Returns summary journey details for a driver for each journey that was processed by Connect since the specified date/time.
For a private journey only limited details are returned.
To use this endpoint to return details for only those drivers where the journey was processed since a specified date/time, the procedure is as follows: 1.
Call the Driver Journeys endpoint to see what journeys have been completed so far.
2.
Call the Driver Journey Latest endpoint, specify the value for fromDateTime to be processedDateTime from the response of the call to Driver Journeys endpoint.
3.
Call the Driver Journey Latest endpoint, specify the value for fromDateTime to be processedDateTime from the previous call to this endpoint.
Either driverId or groupId must be specified.
If driverId is specified, then only journeys for the specified driver are included in the output.
If groupId is specified, then the details for all drivers in the specified group are included in the output.
Either driverId or groupId can be specified as an input parameter, an error is returned if both are specified.
Only drivers that have completed a journey since the specified fromDateTime are included in the output response.
● The value for fromDateTime cannot be more than one hour in the past.
● No details will be returned if the value specified for fromDateTime is a future date/time.
Request Limit The request limit on this endpoint is one request every 60 seconds.
You will receive an HTTP status code of 429 (too many requests) and no details will be returned if you exceed this restriction.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The customer identifier
Include journeys that have completed since this date, in UTC, in the format of YYYY-MM-DDThh:mm:ss.ms
Identifier (alphanumeric) of a driver.
Must be specified if a value for groupId has not been specified.
Identifier (alphanumeric) of a group.
Must be specified if a value for driverId has not been specified.
Specifies if journeys for drivers in child groups should be excluded and not included in the response.
If not specified, then will default to a false, so journeys for vehicles in child groups are included.
Journey details successfully returned