PULSAR

Get Eligibility

Get eligibility.

Query Parameters

machine_id*number

Filter by machine ID.

Formatdouble
from*number

The start of the range to filter by.

Formatdouble
to*number

The end of the range to filter by.

Formatdouble

Response Body

application/json

Try it live
GET
/v1/shifts/eligibility
curl -X GET "https://example.com/v1/shifts/eligibility?machine_id=0.1&from=0.1&to=0.1"
{  "intervals": [    {      "end": 0.1,      "start": 0.1    }  ],  "to": 0.1,  "from": 0.1,  "machine_id": 0.1}