Get Schedule Gaps
GET {{baseUrl}}/schedules/gaps
This endpoint is used to check if there are any gaps in the schedules. This returns the first detected gap in the schedule.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with schedule-read
scope.
RESPONSES
status: OK
{"data":[{"schedule_id":"614f450a88792704697f3b4a","schedule_name":"weekend","gap":{"start_time":"2022-02-19T14:30:00Z","end_time":"2022-02-20T03:30:00Z"}}]}