API Version: 2019-09-13
We've released a new version of the API on 2019-09-13: The HOS authentication log endpoint has been updated to reflect the Driver Hours of Service Audit Report in the dashboard. This removes potentially duplicate sign-out events.
API Version: 2019-08-21
We've released a new version of the API on 2019-08-21: On the HOS audit logs event, the logStartMs value for the "Driver Signout" event now reflects the time a vehicle assignment ended, rather than the time a vehicle assignment started, to more clearly reflect the driver's signout time.
API Version: 2019-07-30
We've released a new version of the API on 2019-07-30: The HOS logs summary endpoint now leverages pagination on drivers for a more performant call.
Color in machine vision APIs
There will now be color data available in the machine vision APIs.
API Version: 2019-07-17
We've released a new version of the API on 2019-07-17: This should only impact a small set of customers who are currently using our beta endpoint for HOS audit logs. This endpoint now uses the log's createdAtMs
timestamp rather than the logStartMs
to determine the time range of logs to fetch.
updatedAt and createdAt in Documents
The documents endpoint now includes an optional query parameter to allow users to query documents by either their updatedAt
value or createdAt
value. This endpoint also now returns a serverCreatedAt
and serverUpdatedAt
timestamp. Documents that were created prior to tracking serverUpdatedAtMs
will have a value of 0ms.
Vehicle and Trailer associations
Now, you can find the automatic associations between vehicles and asset gateways within the API. You can find the current association on the assets endpoint and any historical associations on the trips endpoint.
Timestamps in Sensor APIs
All sensor endpoints now include timestamps for the time that the value was read.
Document submission webhook
We've corrected a developer experience issue in the document submission alert webhook. Previously we returned the driverCreatedAtMs
field, but now we will return a driverId_driverCreatedAtMs
field so that the webhook field matches the API-consumable field.
Contacts APIs
You can now create, update, and delete contacts using the new contacts APIs.