Positions
This endpoint returns the Positions for a Device.
You can optionally specify parameters for start_time_utc and end_time_utc to filter the results.
You can enable OSM road classification by passing through include_osm_road_classification=true.
The response is paginated, so if the next link is not null, use that link to get the next page of results.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Device ID of the Positions to be returned
Query Parameters
Start time from when the data will be returned. Format: yyyy-MM-ddThh:mm:ss
End time from when the data will be returned. Format: yyyy-MM-ddThh:mm:ss
Return road name and distance from the road centreline for points which lie on a road. Values are null if the point is not on a road.
Page number for pagination (zero-indexed)
x > 0