Medications
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- getByUserId() : array<string|int, StudentMedicationRead>
- Returns a list of medications for the specified ```user\_id```.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/school/v1/medical/users/{user_id}/medications"
Endpoint URL pattern
Methods
getByUserId()
Returns a list of medications for the specified ```user\_id```.
public
getByUserId(array{user_id: int} $params) : array<string|int, StudentMedicationRead>
Requires at least one of the following roles in the Education Management system:
- Nurse
Parameters
- $params : array{user_id: int}
-
An associative array
- user_id: Format - int32. ID of the student
Tags
Return values
array<string|int, StudentMedicationRead> —Success