List HOS Logs
List all hours of service logs. Currently, HOS logs are tracked as the distinct changes in duty status. In the future we will be offering endpoints to expose current HOS status and historical daily summaries.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The token returned when a user authenticated their account. This authorizes access to a specific account.
Query Parameters
Pagination cursor to start requests from
The maximum number of results to return in a page.
Only include records of statuses that started after a provided date.
Only include records of statuses that started before a provided date.
Only include records that were last modified after a provided date.
Only include records that were last modified before a provided date.
Comma separated list of driver IDs to filter for
Expand resources in the returned response
driver
, vehicle
, codrivers
, driver,vehicle
, driver,codrivers
, vehicle,driver
, vehicle,codrivers
, codrivers,driver
, codrivers,vehicle
, driver,vehicle,codrivers
, driver,codrivers,vehicle
, vehicle,driver,codrivers
, vehicle,codrivers,driver
, codrivers,driver,vehicle
, codrivers,vehicle,driver
Include raw responses used to normalize model. Used for debugging or accessing unique properties that are not unified.
Response
Cursor used for pagination.