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.
Tags in /v1/fleet/list
The /v1/fleet/list
endpoint now returns a list of tags that each vehicle is associated with.
External IDs in /v1/fleet/vehicles/stats
The /v1/fleet/vehicles/stats
endpoint now returns information on external IDs.
Documents in Routes API
The routes API now includes a document array that shows all documents that are submitted for a given route.