added

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.

added

New Duty Status Endpoint

We've released POST /v1/fleet/drivers/{driver_id}/duty_status which allows you to set driver duty status.

added

External IDs in Routes

Routes now support external IDs.

added

Battery Voltage in Vehicle Stats

Battery voltage is now available through the Vehicle Stats endpoints.

added

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}.

added

Device Serial Number

The Samsara Vehicle Gateway serial number will now be included in the Vehicle object as well as an automatic external ID.

added

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.

added

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:

added

Filter addresses by created timestamp

The GET /addresses endpoint now allows you to filter to addresses created after a given time.

added

Tachograph APIs

There is a new Tachograph Activity endpoint to retrieve tachograph activity for drivers.