API ReferencePublic
Get Shifts Capture Window
List shifts capture window.
Authorization
bearerAuth superuserAuthorization<token>
In: header
Scope: superuser
Query Parameters
machineId*array<>
The machine's ID.
nDays?number
Filter by n days.
Format
doubleDefault
14Response Body
application/json
Try it live
curl -X GET "https://example.com/v1/public/shifts/capture-window?machineId=0.1"[ { "title": "string", "end_time": "2019-08-24T14:15:22Z", "start_time": "2019-08-24T14:15:22Z", "shiftScheduleId": 0.1, "machineId": 0.1, "companyId": 0.1, "id": 0.1 }]