API ReferenceWork
Get Work Schedule
Retrieves information of work schedule.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Query Parameters
start?string
The start date.
Format
date-timeend?string
The end date.
Format
date-timemachineId?array<>
The machine id.
Response Body
application/json
Try it live
curl -X GET "https://example.com/work/schedule"[ { "targetQuantity": 0.1, "status": "string", "unit": "string", "skuId": "string", "sku": "string", "work": "string", "team": "string", "operatorId": 0.1, "end": "2019-08-24T14:15:22Z", "start": "2019-08-24T14:15:22Z", "machineName": "string", "machineId": 0.1, "companyId": 0.1, "id": "string" }]