Tracking
List Tracking Devices
GET /v2/vehicles/{id}/tracking/{device_id}
| Parameter | Description |
|---|---|
| includes | An 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'. |
| - geocoder | An array of attributes related to geocoding to include in the response. Valid attributes include 'address', 'display_name', 'loc', 'maxspeed'. |
| format | A string specifying the desired format of the response, which must be 'JSON'. |
Responses
| Status | Meaning | Description |
|---|---|---|
| 200 | OK | Default Response |
| 400 | Bad Request | One of 'Bad Request', '`fromAcc` must be less or equal to `toAcc` or 'Max Report Date Interval Allowed is...' |
| 404 | Not Found | Not Found |
This operation does not require authentication