RosterListPerson
Example Object
{
"type": "RosterListPerson",
"id": "1",
"attributes": {
"birthdate": "2000-01-01T12:00:00Z",
"demographic_avatar_url": "string",
"first_name": "string",
"gender": "string",
"grade": "string",
"last_name": "string",
"medical_notes": "string",
"name": "string"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
birthdate |
date_time |
|
demographic_avatar_url |
string |
|
first_name |
string |
|
gender |
string |
|
grade |
string |
|
id |
primary_key |
|
last_name |
string |
|
medical_notes |
string |
|
name |
string |
|
Pagination
| Name |
Parameter |
Type |
Description |
| per_page |
per_page |
integer |
how many records to return per page (min=1, max=100, default=25) |
| offset |
offset |
integer |
get results from given offset |
Endpoints
Listing
| HTTP Method |
Endpoint |
| GET |
/check-ins/v2 |
Reading
| HTTP Method |
Endpoint |
| GET |
/check-ins/v2/{id} |