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 |
|---|---|
| issue object | Issue response object. |
| asset object | Tracked or untracked (i.e. manually entered) asset object. |
| entryType string | The type of entry for the asset. Valid values: tracked, untracked. |
| externalIds object | A map of external ids |
| id string | ID of a tracked asset. Included if ‘entryType’ is tracked. |
| name string | Name of an untracked (i.e. manually entered) asset. |
| assignedTo object | User or driver object. |
| id string | ID of the polymorphic user. |
| type string | The type of the polymorphic user. Valid values: driver, user. |
| createdAtTime string | Creation time of the issue. UTC timestamp in RFC 3339 format. |
| description string | Description of the issue. Included if the issue was given a description. |
| dueDate string | Due date of the issue. UTC timestamp in RFC 3339 format. Included if the issue was assigned a due date. |
| externalIds object | A map of external ids |
| id string | ID of the issue. |
| issueSource object | Contains information about where an issue came from. |
| id string | ID of the issue’s source object. The format depends on the ‘type’. Included if ‘type’ is not ‘ad-hoc’. |
| type string | The type of issue source. Valid values: form, ad-hoc. |
| mediaList object array | List of media objects for the issue. Included if the issue has media. |
| id string | ID of the media record. |
| processingStatus string | Status of the media record. Valid values: unknown, processing, finished. |
| url string | URL containing a link to associated media content. Included if ‘processingStatus’ is ‘finished’. |
| urlExpiresAt string | Expiration time of the media record ‘url’. UTC timestamp in RFC 3339 format. |
| priority string | Priority of the issue. Included if the issue was assigned a priority. Valid values: low, medium, high. |
| status string | Status of the issue. Valid values: open, inProgress, resolved, dismissed. |
| submittedAtTime string | Submission time of the issue. UTC timestamp in RFC 3339 format. |
| submittedBy object | User or driver object. |
| id string | ID of the polymorphic user. |
| type string | The type of the polymorphic user. Valid values: driver, user. |
| title string | Title of the issue. |
| updatedAtTime string | Update time of the issue. UTC timestamp in RFC 3339 format. |