Mechanic Notes in DVIR Defects
DVIR defects now support a mechanic notes field and timestamp on when the notes were updated. This supports use cases where DVIR defects need to be updated with notes while being worked on. Reading and writing mechanic notes is supported through both the Samsara dashboard and the defects APIs.
New Duty Status Endpoint
We've released POST /v1/fleet/drivers/{driver_id}/duty_status which allows you to set driver duty status.
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.