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: 1.
Call the endpoint with a value for fromDateTime that is not 14 days in the past.
2.
In the next call this endpoint, specify the value for fromDateTime to be processedDateTime from the previous call.
3.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifier (alphanumeric) of a vehicle.
Array of group identifiers (alphanumeric).
Only include tracking events for vehicles in these groups.
Only include tracking frames that have been processed by Connect since this date and time, in UTC, in format of YYYY-MM-DDThh:mm:ss.ms.
Cannot be more than 14 days in the past.
Latest tracking events successfully returned
Response containing the latest tracking events with pagination information
Date/time that should be used as the fromDateTime parameter in subsequent calls to retrieve the next batch of tracking events, in UTC, in format of YYYY-MM-DDThh:mm:ss.ms.
Total number of tracking events included in the response (maximum 500).
Array of tracking history results.