Operations v1

The operations endpoint retreives all the relevant operation data from an operation for a given location using the location_id and time range using the from and to parameters.

/locations/{location_id}/operations/v1
Example entity
{
  "equipmentNumber":"test_cw",
  "equipmentId": "790f3ce0e4d9f2e9fe51a91f826602e46bb001173de9451311892c426ce57bd8",
  "operationStartDate":"2023-03-10T17:22:22.000Z",
  "operationEndDate":"2023-03-10T17:27:22.262Z",
  "operationDuration":"0:05:00.262000",
  "reason":"timeout",
  "multiLogin":5,
  "transponderId": "1234567890",
  "employeeWasCleared": false
}