Driver Journey History
Returns the journey tracking history for a driver for each journey that started in the specified period. No details are returned for a private journey. The end date of the journey does not have to be within the specified period.
The value specified for the endDate cannot be before startDate and the date range between startDate and endDate cannot be more than 7 days.
driverId must be specified and only journeys for the specified driver are included in the output.
If there are more than 50 tracking events that match the search criteria, then by default only the first 50 tracking events are returned. To view details of the other events you will need to specify values for pageSize and pageIndex.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Specifies the pagination page index.
Pages are zero indexed, i.e. the first page has an index value of zero.
Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.
Start date and time for the tracking history search period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC. Required.
End date and time for the tracking history search period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC. Required.
Unique identifier of the driver to retrieve tracking history for
