v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBFetch GPS record list.
This method can be used to request the GPS records of a single tracker. You need to specify the tracker using the filter options provided. Returned records are unsorted.
The maximum number of records returned is limited to 100,000 entries. If there are more entries, the field complete is set to false in the response. You can then use the lastTrackPointId field in the response to create a new query with the afterTrackPointId parameter to return the subsequent entries.
With the afterTrackPointId parameter, it is also possible to create new records and requests. All you need to do is pass the lastTrackPointId from the older request.
Query parameters
Filter the vehicle by the ID.
Filter the vehicle by the license plate.
Filter the vehicle by the customer specific ID.
Filter the vehicle by the vehicle identification number.
Filter the vehicle by the external vehicle ID.
Name of the external data source (Standard is "*API")
This parameter is only required for filtering by the external vehicle ID.
Get the records by the specified record ID. Use the "lastTrackPointId" value from the previous request here.
Response
Success Response:
Example response
{
"trackPoints": [
{
"time": "2015-02-20T12:59:21+01:00",
"latLng": [
52.38127828631681,
7.594243214018696
]
}
]
}