cURL
curl --request GET \ --url https://api-{region}.sesametime.com/schedule/v1/calendar-max-day-off-accumulated/{calendarId} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "calendarId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "expiration": "2023-12-25", "value": 123, "createdAt": "2023-11-07T05:31:56Z" } ], "meta": { "page": 123, "total": 123 } }
Retrieves the accumulated maximum days off records for a specific calendar
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
The ID of the vacation calendar
Request a specific page
Limit results per page
Successful response
Show child attributes
Suggestions