Skip to main content
GET
Live Position AEMP

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

customerId
string
required

Query Parameters

vehicleIds
string[]

Comma separated list of vehicle identifiers (alphanumeric).

groupIds
string[]

Comma separated list of group ids.

driverIds
string[]

Comma separated list of driver identifiers (alphanumeric).

fromDateTime
string<date-time>

Start date and time for the tracking data retrieval

showAllVehicleStatus
boolean

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

equipment
object[]
required
version
integer<int64>
snapshotTime
string<date-time>