Live Position AEMP
Returns the live position and status for all vehicles in AEMP XML format. The live position for a vehicle on a private journey is not returned. By default vehicles which have a status of SOLD are not included in the response.
Request Limit:
The request limit on this endpoint is one request every 15 seconds. You will receive an HTTP status code of 429 (too many requests) and no details will be returned if you exceed this restriction..
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Query Parameters
Comma separated list of vehicle identifiers (alphanumeric).
Comma separated list of group ids.
Comma separated list of driver identifiers (alphanumeric).
Start date and time for the tracking data retrieval
Boolean (true/false) to indicate if details of all vehicles should be included, irrespective of their status. If not specified, defaults to FALSE, so vehicles with a status of SOLD are excluded from the response.
Response
List of most recent detailed tracking input, where 1 item contains combined CurrentPositionResult and Asset data. Data are selected from DB based on either vehicleIds or driverIds or groupIds. If none of the DB selector fits it returns empty list
