New PATCH endpoint available for Tags
We've released PATCH /tags/{id} which allows you to update a tag using PATCH semantics.
We've released PATCH /tags/{id} which allows you to update a tag using PATCH semantics.
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.
We've released POST /v1/fleet/drivers/{driver_id}/duty_status which allows you to set driver duty status.
Routes now support external IDs.
Battery voltage is now available through the Vehicle Stats endpoints.
A new API endpoint is available that allows you to delete a Document: DELETE /v1/fleet/drivers/{driver_id}/documents/{doc_id}.
The Samsara Vehicle Gateway serial number will now be included in the Vehicle object as well as an automatic external ID.
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.
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:
The GET /addresses endpoint now allows you to filter to addresses created after a given time.