Positions
Positions By Trip Id
This endpoint returns the Positions for a Trip.
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.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Trip ID of the Positions to be returned
Query Parameters
Page number for pagination (zero-indexed)
Required range:
x > 0
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.