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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Device ID of the Trips to be returned
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
Verify data collection status, If true, checks data collection jobs for the time period and fails with a 424 status if any jobs have failed or are still running.
Pathstack determines the validity of a trip during data collection. A trip can be deemed invalid if it has incorrect or incomplete data. Pathstack sets the validity of the trip via the field is_valid along with comments on the reason in validation comments
Page number for pagination (zero-indexed)
x >= 0