v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBFetch counter list.
This method allows you to get counter information from the trackers, such as distance driven or operating hours. Please be aware that the distance travelled as calculated by the GPS signal may differ from the actual mileage displayed in the vehicle. Be aware that the counter type is not equal to the unit of the counterValue. The counter value's unit is provided in the unitType. Tracker counters can function as both sensors within the GPS tracker and as calculated values from geoCapture for a specific counter.
Query parameters
Filters the vehicles based on the IDs.
Filters the vehicles based on the license plates.
Filters the vehicles based on the customer-specific IDs.
Filters the vehicles based on the VINs.
Filters the vehicles based on the external vehicle IDs.
Name of the external data source. (Default is "*API")
This parameter is only required if the external vehicle ID is filtered.
Filter the vehicles on their name.
Filter the vehicles on their driver.
Request the counter reading of the respective date.
If no date is given, the current reading will be requested.
Response
Success Response:
Example response
{
"counters": [
{
"counterDate": "2015-02-20"
}
]
}