Skip to main content
GET
/
customer
/
{customerId}
/
tracking
/
live
/
latest
/
aemp
Live Position Latest AEMP
curl --request GET \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/tracking/live/latest/aemp \
  --header 'Authorization: Bearer <token>'
{
  "equipment": [
    {
      "unitInstallDateTime": "2023-11-07T05:31:56Z",
      "serialNumber": "<string>",
      "make": "<string>",
      "model": "<string>",
      "equipmentId": "<string>",
      "location": {
        "datetime": "2023-11-07T05:31:56Z",
        "latitude": 123,
        "longitude": 123,
        "altitude": 123,
        "speed": 123,
        "direction": 123
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

Query Parameters

vehicleIds
string[]

Id(s) of the vehicle used for filtering the vehicle live position response.

groupIds
string[]

Id(s) of the group used for filtering the live position response.

driverIds
string[]

Id(s) of the driver used for filtering the live position response.

fromDateTime
string<date-time>

Start date used for filtering.

showAllVehicleStatus
boolean
default:false

Show status of all vehicles, default = FALSE.

locale
string

Locale used for language.

Response

Latest live position data successfully returned in AEMP XML format

AEMP Fleet object containing equipment information

equipment
object[]

List of equipment in the fleet