Battery Voltage in Vehicle Stats
Battery voltage is now available through the Vehicle Stats endpoints.
Delete Document API Endpoint
A new API endpoint is available that allows you to delete a Document: DELETE /v1/fleet/drivers/{driver_id}/documents/{doc_id}
.
Device Serial Number
The Samsara Vehicle Gateway serial number will now be included in the Vehicle object as well as an automatic external ID.
Archived Documents
Documents can now be archived in the Samsara Dashboard. When retrieving documents through the API, the state
field of a document can now be Archived
in addition to Required
and `Submitted.
DVIR APIs
New and improved vehicle DVIR endpoints are now available. These endpoints support querying for DVIRs as well as a list of all vehicle defects. They also support resolving DVIRs and vehicle defects directly through the API. Here are the following endpoints that have been released:
Filter addresses by created timestamp
The GET /addresses
endpoint now allows you to filter to addresses created after a given time.
Tachograph APIs
There is a new Tachograph Activity endpoint to retrieve tachograph activity for drivers.
Carrier-Proposed APIs
New carrier assignment API endpoints are now available that allow you to propose vehicle, trailer, and shipping doc assignments to drivers. Using this API, you can propose such an assignment to a driver and, the driver will see this proposed assignment in the Samsara Driver App. The endpoints also allow you to query the list of proposed assignments to see when a driver either rejected or accepted the proposed assignment.
Auxiliary inputs in Vehicle Stats API
The Vehicle Stats endpoints now allow you to query for auxiliary input data.