Community
I need to have optional documents that a driver can choose at a stop
I have documents setup for Route. In this example they arrive at a stop.
1.If it is a pickup, I need Loaded Info, Arrival, Depart, BOL, Pieces and Weight etc.
2. If it is a delivery, Empty Info Arrive, Depart, Who Signed For It, etc.
3. If They Are Delayed For any reason, send us a notification, a time delay started, notes, etc.
4. If there is an issue with the stop, wrong address, damaged freight, facility closed etc. I need info to
process in our dispatch system
How can I retrieve the time the driver started being in their current HOS status?
The API docs state that we can retrieve the time the driver started being in their current HOS status along with the current HOS status type, using Get HOS clocks (https://api.samsara.com/fleet/hos/clocks).
Frontend product that allows seeing routes sent in with /v1/fleet/dispatch/routes call
I work for a software development company that has had a Samsara integration for 3 years. Up until now, we've been connecting to accounts that were already using dispatch routing in Samsara independently. And our calls to the dispatch API calls went right through, and the users could see them in their Samara account portal.
Trailer API
Looking to see if there is a way to extract what truck is pulling a specific trailer at any given time?
API to query a list of log edits made by a driver
Is there a way to identify when a driver edits a log without having to re-pull a range of logs?
Refresh Token API not working
We have been using oAuth for our application for a while. Recently "oauth2/token" for refresh_token has been failing with error "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed" with error_hint "Make sure that the various parameters are correct, be aware of case sensitivity and trim your parameters. Make sure that the client you are using has exactly whitelisted the redirect_uri you specified"
Which url endpoint can i use to write live telematics of sensors?
Looking to write live telematics for multiple sensor types.
What is the endpoint to create "Deliveries"?
We read the API reference and, we did not find the endpoint to create deliveries which is different to routes and for that reason it is more functional to our operations...
Vehicle "Safe" Status
Is there a quick/easy way to get the current vehicle safe/unsafe status? Without polling all or the last DVIRs?
How i may to send the author type?
in https://api.samsara.com/fleet/defects/id where i want to update a defect is responding me with a error,
it say: ""message":"Author type must be \"mechanic\""" but in the docs there dont say how i need to declarate it