Documentation

Allergiesconditions extends BaseEndpoint
in package

Table of Contents

Properties

$url  : string

Methods

getByUserId()  : array<string|int, AllergiesAndConditionsView>
Returns a list of allergies/conditions for the specified ```user\_id```.

Properties

$url

protected string $url = "https://api.sky.blackbaud.com/school/v1/medical/users/{user_id}/allergiesconditions"

Endpoint URL pattern

Methods

getByUserId()

Returns a list of allergies/conditions for the specified ```user\_id```.

public getByUserId(array{user_id: int} $params) : array<string|int, AllergiesAndConditionsView>

Requires at least one of the following roles in the Education Management system:

  • Nurse

***This endpoint is DEPRECATED and will no longer function as of 2024-09-01***

Parameters
$params : array{user_id: int}

An associative array

  • user_id: Format - int32. ID of the student
Tags
throws
ArgumentException

if required parameters are not defined

Return values
array<string|int, AllergiesAndConditionsView>

Success


        
On this page

Search results