API ReferenceMachines
Get Machine Availability
Get a single machine availability, identified by machineId.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Path Parameters
machineId*number
The machine's ID.
Format
doubleQuery 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-timeResponse Body
application/json
Try it live
curl -X GET "https://example.com/machines/0.1/availability?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z"[ { "status": "N", "timestamp": "2019-08-24T14:15:22Z" }]