Documentation Index
Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Example
| Property Name | Description |
|---|---|
| dvir object | A DVIR description. |
| baseFormSubmission object | Base form submission metadata. |
| assignedToPolymorphicUser object | The user or driver assigned to complete the DVIR. |
| name string | The name of the user or driver assigned to the DVIR. |
| polymorphicUserId string | The polymorphic user ID that identifies the user or driver. |
| dueDate string | Time of when the form submission is due. UTC timestamp in RFC 3339 format. |
| serverUpdatedAt string | Time when the form submission was last updated on the server. UTC timestamp in RFC 3339 format. |
| uuid string | The unique UUID of the form submission |
| inspectionType string | Inspection type of the DVIR. Valid values: preTrip, postTrip, mechanic, unset. |
| relatedDevices object array | List of devices (vehicles/trailers) associated with the DVIR. |
| assetType string | The type of asset. Valid values: Vehicle, Trailer. |
| device object | Device details associated with the DVIR. |
| externalIds object | A map of external ids |
| licensePlate string | The license plate of the vehicle. |
| name string | The name of the device. |
| vehicleVin string | The VIN of the vehicle. |
| deviceId integer | The ID of the device. |
| uuid string | The unique UUID of the DVIR2 submission |