Vehicle Journey History Latest
Returns the latest tracking events that have been processed by Connect for a vehicle since the specified date. No details are returned for a private journey.
An error is returned if the value specified for fromDateTime is more than 14 days in the past or is a future date.
The output response is limited to a maximum of 500 tracking events as the output is not paged.
To use this endpoint to return tracking events for only those vehicles that have been processed by Connect since a specified processed date/time, the procedure is as follows:
- Call the endpoint with a value for fromDateTime that is not 14 days in the past
- In the next call this endpoint, specify the value for fromDateTime to be processedDateTime from the previous call
- If there are more than 500 tracking events that have been processed by Connect from the value specified fromDateTime, then only 500 tracking events will be included in the output response. In this case, processedDateTime will be set to the date that the 500th tracking event was processed by Connect and therefore should be used as the value for fromDateTime in subsequent calls
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Start date and time for the tracking history search period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC. Required.
Unique identifier of the vehicle to retrieve latest tracking history for
List of group identifiers to retrieve latest tracking history for vehicles in those groups
Response
Successful operation
Container for latest tracking history results with processing information
