{
"provider": "geotab",
"driver": "drv_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"availableTime": {
"cycle": 252000000,
"shift": 50400000,
"drive": 39600000,
"break": 28800000
},
"currentStatus": "driving",
"currentStatusStartedAt": "2021-01-06T03:24:53.000Z",
"raw": []
}Real-Time Data
HOS Available Time
The available time left on the clock for a specific driver.
Every provider has a unique code to identify it across Terminal's system. You can find each provider's code under provider details.
Example:
"geotab"
The driver this available time is for. Use the expand query parameter to return the full entity details instead of just the ID.
Pattern:
^drv_[0-9A-HJKMNP-TV-Z]{26}$Example:
"drv_01D8ZQFGHVJ858NBF2Q7DV9MNC"
Available time remaning in milliseconds
Show child attributes
Show child attributes
Example:
{
"cycle": 252000000,
"shift": 50400000,
"drive": 39600000,
"break": 28800000
}
The current status of the driver
Available options:
off_duty, sleeper_bed, driving, on_duty, yard_move, personal_conveyance, waiting_time Example:
"driving"
The time the driver's current HOS status started
Example:
"2021-01-06T03:24:53.000Z"
Show child attributes
Show child attributes
Example:
[]