cURL
curl --request GET \ --url https://api-{region}.sesametime.com/schedule/v1/employees/{employeeId}/schedule-templates \ --header 'Authorization: Bearer <token>'
{ "data": [ { "2024-01-01": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "mondayMinutes": 30, "tuesdayMinutes": 30, "wednesdayMinutes": 30, "thursdayMinutes": 30, "fridayMinutes": 30, "saturdayMinutes": null, "sundayMinutes": null, "currentDayMinutes": null, "weekdaysRanges": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "weekday": "wednesday", "startTime": "<string>", "endTime": "<string>", "weekdayRangeType": "<string>", "order": "day" } } ] } ], "meta": { "currentPage": 1, "lastPage": 1, "total": 1, "perPage": 1 } }
List employee schedule template
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
Employee ID
Limit results
Request a specific page
List of employee to schedule templates
Show child attributes
Suggestions