ANSWERED

Samsara gateway to data persisttence(?)

Is there a way to get live data directly from the Samsara gateway and persist into our own data system?
ANSWERED

immobilizer installation in Freightliner Cascadia

Is there anyone here who has actually installed the immobilizers on a Freightliner Cascadia? the instruction, while not completely vague, leave a lot of questions when installing these on the newer trucks with multiplexing systems.
ANSWERED

Bug in "Update a vehicle" endpoint?

I'm using the "try it" feature to manually override odmeterMeters, but when I put in the value "113229", a totally different value ("70") shows up on the asset in Samsara. Is this a bug or am I doing something wrong?
ANSWERED

Unnassigned HOS Report through API

Is there a way I can access the data from the unassigned HOS report but using the API? It appears that I can only access HOS that are assigned to a driver already when using the HOS features in the API.
ANSWERED

Event Subscriptions

How can we get updated when new options / events are added to the Event Subscriptions webhooks?
ANSWERED

Cameras endpoint is available ??

<https://api.samsara.com/fleet/vehicles/cameras/media/history?startTime=2023-02-24T08%3A00%3A00Z&endTime=2023-02-25T08%3A00%3A00Z> i try to use this endpoint and it return me a 404 error
ANSWERED

Audio in safety API endpoint

Is there a way to have the downloadInwardVideoUrl in the /fleet/vehicles/<samsaraid>/safety/harsh_event endpoint to include Audio?
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

Defect Pictures

Is there any roadmap to include the Pictures with the Defects in the get all defects API? Or at least a flag that says picture available? So we could direct people to go to the samsara portal to view the picture.
ANSWERED

Is there an API to search Assets using the asset name instead of asset id

I only have the asset name; I need the asset id to track the asset's historical locations. Is there an API I can use to obtain the asset ID from the asset name?