cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/profiles/{profile_id}/additional_appointments \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "attributes": { "title": "<string>", "effective_from": "2023-12-25", "effective_to": "2023-12-25", "label": "<string>", "featured": true, "percent_allocation": 123, "external_id": "<string>", "custom_fields": {} }, "relationships": { "profile": { "data": { "id": "<string>", "type": "<string>" } }, "department": { "data": { "id": "<string>", "type": "<string>" } } } } ], "meta": { "total": 123, "page": { "size": 123 } }, "links": { "self": "<string>", "first": "<string>", "prev": "<string>", "next": "<string>", "last": "<string>" } }
Returns additional appointments for a specific profile
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Profile UUID
Number of items per page
Cursor for next page
Cursor for previous page
empty additional appointments list
Show child attributes
"additional_appointment"
"profile"
"department"