Trips
Trips
This endpoint returns the Trips for a Device.
You can optionally specify parameters for start_time_utc and end_time_utc to filter the results.
The response is paginated, so if the next link is not null, use that link to get the next page of results.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Device ID of the Trips to be returned
Query Parameters
Start time from when the data will be returned. Trips with end time >= start time will be returned
End time from when the data will be returned. Trips with end time <= specified end time will be returned
Page number for pagination (zero-indexed)
Required range:
x > 0