API ReferenceShift
Get Historical Shifts
List historical shifts.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Query Parameters
start*string
The start of the date range to filter by.
Format
date-timeend*string
The end of the date range to filter by.
Format
date-timemachineId?array<>
The machine's ID.
Response Body
application/json
Try it live
curl -X GET "https://example.com/shifts/historical?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z"[ { "nominalSpeed": 0, "targetQuantity": 0.1, "operatorId": 0, "isConsidered": true, "end": "2019-08-24T14:15:22Z", "start": "2019-08-24T14:15:22Z", "title": "string", "companyId": 0.1, "machineId": 0.1, "id": 0.1 }]