Docs
Vehicles
Tracking

Tracking

List Tracking Devices

GET /v2/vehicles/{id}/tracking/{device_id}

ParameterDescription
includesAn optional object specifying related entities to include in the query. Contains an array for 'geocoder'. The array values can include attributes like 'address', 'display_name', 'loc', 'maxspeed'.
- geocoderAn array of attributes related to geocoding to include in the response. Valid attributes include 'address', 'display_name', 'loc', 'maxspeed'.
formatA string specifying the desired format of the response, which must be 'JSON'.

Responses

StatusMeaningDescription
200OKDefault Response
400Bad RequestOne of 'Bad Request', '`fromAcc` must be less or equal to `toAcc` or 'Max Report Date Interval Allowed is...'
404Not FoundNot Found

This operation does not require authentication