ANSWERED

Does samsara include an odometer offset?

Does Samsara offer an API attribute that gives us the odometer (GPS odometer) and a true odometer (Odometer + any odometer offsets due to equipment change/repair)? In some cases, it is called the odometer offset.
Thanks,

ANSWERED

How to pull Temperature readings at each stop?

I am trying to pull temperature readings at each stop of my route but when using the API "Get route updates" it doesn't tell me the temperature reading. Is there a way to see the temperature at each stop that was completed?

ANSWERED

In - fleet/safety-events/audit-logs/feed - what's the meaning of the types CreateSafetyEventActivityType and BehaviorLabelActivityType?

what's the meaning of the types CreateSafetyEventActivityType and BehaviorLabelActivityType?

ANSWERED

In some objects - fleet/safety-events/audit-logs/feed - returns driver.id=0 what does this mean?

Example: driver.id=0
{
"data": [
{
"id": "1622151765-212014918174029-1550954461759",
"safetyEvent": {
"behaviorLabels": [
{
"name": "Acceleration",
"type": "Acceleration"
}
],
"driver": {
"id": "0"
},
"id": "212014918174029-1550954461759",
"time": "2019-06-13T19:08:25.455Z",
"vehicle": {
"id": "1234"
}
},
"time": "2019-10-12T07:20:50.52Z",
"type": "CreateSafetyEventActivityType"
}
],
"pagination": {
"endCursor": "MjkY",
"hasNextPage": true
}
}

ANSWERED

Timeline for when the endpoint Get Trailer Stats will be out of beta?

Hi Team,

ANSWERED
ANSWERED

Maintanence Status Data Api

hi,

ANSWERED

Maintenance Status and/or Upcoming Preventative Maintenance Items API

I'm looking to pull data from the Upcoming Preventative Maintenance Items portion of Samsara for a shop info screen. I don't see anything published in the API documentation that covers anything around maintenance. I see where I can use webhooks on the alerts but that would present an additional step required to reset once a repair is done.

ANSWERED

Daily logs doesn't support RFC3339 as documentation states

When invoking the daily logs endpoint, the documentation states that RFC3339 is the expected format: