Community
API Integration with ESRI GeoEvent
Has anyone used Samsara API on ESRI GeoEvent? I'm using ESRI GeoEvent to call Samsara API. The problem I have is that GeoEvent cannot make consecutive requests for multiple pages of data. It is required for all the results to be returned in one request. I’ve tried the recommendation on Samsara’s site(https://kb.samsara.com/hc/en-us/articles/360006667552-Integrating-with-ESRI-GIS) but had no luck. I got “POST not allowed on /v1/fleet/vehicles/locations (version 2021.06.09)” for the v1 version, and “invalid token” for the new version of the API.
Gateway Timeouts More Frequently
Lately our API calls have been receiving a lot more 504 Gateway Timeout errors, which according to https://developers.samsara.com/docs/response-codes means these errors are on Samsara's end, have you experiencing any issues with your servers recently?
Log Recorded Location Field
What does the logRecordedLocation field represent in the HoursOfService pull?
timestamp - api.samsara.com/v1/fleet/assets/locations
Hello! is there a parameter that can be used to retrieve only the most recent data (or filter by timestamp for example) when making a call to api.samsara.com/v1/fleet/assets/locations?
cycle
J'ai un chauffeur que nous ne sommes pas en mesure de modifier son cycle de travail pour le canada? Nous avons essayé plusieurs option mais le système conserve toujours les anciennes donnés les autres chauffeurs sont tous correct sauf celui-là, alors comment corriger la situation?
Create Custom Live Share Links
I'd like to generate a Live Share link through an API with a custom destination. Is this possible?
JSON Response Output/Schema Definition for Certain End Points
I'd like to know if there's a more specific JSON output/schema specification for certain end points like:
Will fleet_viewer_url be added to /fleet/routes?
Hello, wondering if we can expect the fleet_viewer_url
field from /v1/fleet/dispatch/routes
to be added to the new /fleet/routes
?
How precise is the odometer reading coming from the legacy locations endpoint?
Does the odometer reading returned from the legacy locations endpoint include fractional mileage? For example, it returns meters, and when I convert to miles using division by 1609.344 and then use basic rounding (from midpoint), sometimes I don't get the result I expect (i.e. the mileage reading can round down when I expect it to round up).
Driver-Assignments Endpoint Data Returned Question
Hello,
I am using PowerShell to connect to the Driver-Assignments endpoint. I export the data to a CSV file, which we then use to automatically upload to our local databases. We use this format for 5 - 10 different API calls, but I have an issue with this specific end point.
If multiple drivers have driven the same asset, the drivers are listed in a single cell, versus being listed as new rows for the same asset ID. Is there another way to pull this information? The way the data comes back currently is unusable in our databases. I need the data to be returned in a way that shows a single asset ID and then a single driver ID.