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
string
required
Device identifier — either
short_id or hardware_id.Query parameters
string
required
ISO 8601 date string (start of time range).
string
required
ISO 8601 date string (end of time range). Max range: 31 days.
number
default:"3"
km/h — below this speed is considered stopped.
number
default:"300"
Seconds — minimum moving time to count as a trip.
number
default:"500"
Meters — minimum distance to count as a trip.
number
default:"180"
Seconds — minimum stopped time to end a trip.
number
default:"1800"
Seconds — data gaps longer than this are treated as stops.
number
default:"1"
km/h — minimum average speed to count as a trip.
number
default:"10"
m/s² — filter GPS spikes exceeding this value.
Response
Same shape as Get Trips (withoutdevicesQueried in summary).