ANSWERED

data-inputs/data-points/history end point

https://api.samsara.com/industrial/data-inputs/data-points/history this endpoint returning seconds level response for few data points. is there any way to pull the those values rollup to month or day.
ANSWERED

need to share driver tracking

Hi, I want to share the driver's location and tracking link with someone. How can I do that
ANSWERED

Routing Stops

What is the maximum number of stops that can currently be put onto a route? Are there plans to include high density route (routes with 500+ stops)?
ANSWERED

DashCams or gateway stored video download request trougth API

How can I request a video (or hyperlapse portions) for a dashcam stored on a gateway using API?. Thanks and please advice.

wow gold

Dear immortals, I need some inspiration to create <https://www.wowtot.com>

ECM troubleshooting/commands via a Samsara ELD module

I have a Samsara ELD customer requesting to connect to the ECM remotely to troubleshoot issues on the road without having to connect from a laptop (which they do with a NEXIQ Box currently). In particular, they want to clear codes, reflash ecms,or regening the engines. Is this possible with Samsara or any other 3rd party products?
ANSWERED

Seatbelt Use

Does the Seatbelt Buckled % require a dual-facing camera? Also, can you explain the difference between seatbelt buckled and seatbelt coverage? Thanks

Automate Custom Reports Download?

Hi, can I get API access to custom reports? Best Elias

Shipping ID

Is there anything that can get / update the Shipping ID?
ANSWERED

adding new driver by API, not working

by using nodejs and API , i was trying to add new driver , it always return 'Name must contain only letters or numbers' , however i tried only letters also tried only numbers and mixture also half letters and half numbers. nothing works, my api calls works i can get lsit of existing drivers in my node js file, please help below are the logs returns ``` status: 400, data: { message: 'Name must contain only letters or numbers', requestId: 'rmiogtll-ftrgvpmv' }, headers: Headers { [Symbol(map)]\: [Object: null prototype] { date: [Array], 'content-type': [Array], 'content-length': [Array], connection: [Array], 'request-id': [Array], 'strict-transport-security': [Array], 'x-content-type-options': [Array] } }, res: Response { size: 0, timeout: 0, [Symbol(Body internals)]\: { body: [PassThrough], disturbed: true, error: null }, [Symbol(Response internals)]\: { url: '<https://api.samsara.com/fleet/drivers'>, status: 400, statusText: 'Bad Request', headers: [Headers], counter: 0 } } ```