Skip to main content
GET
/
customer
/
{customerId}
/
tracking
/
live
/
latest
Live Position Latest
curl --request GET \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/tracking/live/latest \
  --header 'Authorization: Bearer <token>'
{
  "trackingLiveResults": [
    {
      "assetRegistration": "<string>",
      "assetName": "<string>",
      "assetVin": "<string>",
      "assetId": "<string>",
      "driverId": "<string>",
      "driverName": "<string>",
      "driverGroupId": "<string>",
      "driverGroupName": "<string>",
      "assetGroupId": "<string>",
      "assetGroupName": "<string>",
      "date": "2023-11-07T05:31:56Z",
      "status": "<string>",
      "eventType": "<string>",
      "speed": 123,
      "odometer": 123,
      "heading": 123,
      "latitude": 123,
      "longitude": 123,
      "road": "<string>",
      "roadNumber": "<string>",
      "city": "<string>",
      "postCode": "<string>",
      "country": "<string>",
      "formattedAddress": "<string>",
      "division": "<string>",
      "locationName": "<string>",
      "locationGroupName": "<string>",
      "locationId": "<string>",
      "privacy": true,
      "tags": [
        "<string>"
      ],
      "assetType": "<string>",
      "energyType": "<string>",
      "fuelType": [
        "<string>"
      ],
      "electricRangeKm": 123,
      "electricRangeKmEstimated": true,
      "electricBatteryLevelPercent": 123,
      "electricBatteryLevelPercentEstimated": true,
      "electricCharging": true,
      "electricChargingTimeRemainingMins": 123,
      "fuelLevelLitres": 123,
      "fuelLevelPercentage": 123,
      "engineTotalHours": 123,
      "engineRpm": 123,
      "engineTotalHoursType": "<string>",
      "serialNumber": 123,
      "ignitionStatus": "<string>",
      "batteryVoltage": 123,
      "externalPowerVoltage": 123,
      "activeFaultCodes": [
        "<string>"
      ]
    }
  ],
  "processedDateTime": "2023-11-07T05:31:56Z"
}

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.

hideSpeedIfSpeedSensitive
boolean
default:false

Hide speed from results if results are speed sensitive, default = FALSE.

Response

Latest live position data successfully returned

Latest tracking live results with processing timestamp

trackingLiveResults
object[]

List of tracking live results

processedDateTime
string<date-time>

Processing date and time for this query