Conditions
extends BaseEndpoint
in package
Table of Contents
Properties
- $url : string
Methods
- getByUserId() : array<string|int, StudentConditionView>
- Returns the medical conditions for a student.
Properties
$url
protected
string
$url
= "https://api.sky.blackbaud.com/school/v1/medical/users/{user_id}/conditions"
Endpoint URL pattern
Methods
getByUserId()
Returns the medical conditions for a student.
public
getByUserId(array{user_id: int} $params) : array<string|int, StudentConditionView>
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, StudentConditionView> —Success