Trips
Get Device Trips
Get trips and stops for a single device within a date range.
GET
Returns computed trips and stops for a single device. The
id path parameter accepts either short_id or hardware_id.
Path parameters
Device identifier — either
short_id or hardware_id.Query parameters
ISO 8601 date string (start of time range).
ISO 8601 date string (end of time range). Max range: 31 days.
km/h — below this speed is considered stopped.
Seconds — minimum moving time to count as a trip.
Meters — minimum distance to count as a trip.
Seconds — minimum stopped time to end a trip.
Seconds — data gaps longer than this are treated as stops.
km/h — minimum average speed to count as a trip.
m/s² — filter GPS spikes exceeding this value.
Response
Same shape as Get Trips (withoutdevicesQueried in summary).