List business hours schedules in an organization with pagination.
Dixa API (beta)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.dixa.io/_mock/openapi/dixa-api/beta
https://dev.dixa.io
- Mock serverhttps://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/business-hours/schedules
- https://dev.dixa.io/beta/business-hours/schedules
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/business-hours/schedules \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "data": { "schedules": [ … ] } }
- Mock serverhttps://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/business-hours/schedules/{scheduleId}/status
- https://dev.dixa.io/beta/business-hours/schedules/{scheduleId}/status
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dixa.io/_mock/openapi/dixa-api/beta/beta/business-hours/schedules/{scheduleId}/status?timestamp=2019-08-24T14%3A15%3A22Z' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "data": { "isOpen": true, "timestamp": "2025-01-08T08:31:25Z" } }