GET
/
device
/
{device_id}
/
trip

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:
2024-03-27

Path Parameters

device_id
string
required

Device ID of the Trips to be returned

Query Parameters

start_time_utc
string

Start time from when the data will be returned. Trips with end time >= start time will be returned

end_time_utc
string

End time from when the data will be returned. Trips with end time <= specified end time will be returned

page
integer
default:
0

Page number for pagination (zero-indexed)

Required range: x > 0

Response

200 - application/json
data
object[]
required

Successful response payload