Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a list of work schedules configured for your company.
cURL
curl --request GET \ --url https://api.example.com/api/public/v1/schedules
{ "data": [ { "id": "sch_123...", "name": "Standard Mon-Fri (9-5)", "type": "FIXED", "isActive": true, "pattern": { "monday": { "start": "09:00", "end": "17:00" }, "tuesday": { "start": "09:00", "end": "17:00" } } } ] }
FIXED
FLEXIBLE
ROTATING
true