v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBFetch vehicle list.
This endpoint enables you to retrieve a directory of vehicles within geoCapture, each of which is fitted with a GPS tracker. The driverName in the vehicle is only configured if a driver is specified in the vehicle settings. It will not provide you with the current driver from stamps.
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.
Set this parameter to enable advanced filter methods (normalized license number, phonetic search for names)
Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set. This Parameter is optional.
Max. number of requested records. This Parameter is optional.
Response
Success Response:
Example response
{
"data": [
{
"manufacturingDate": "2015-02-20T12:59:21+01:00",
"currentLatLng": [
52.38127828631681,
7.594243214018696
],
"currentProjectChangedAt": "2015-02-20T12:59:21+01:00",
"category": {
"createdAt": "2015-02-20T12:59:21+01:00"
},
"lastSignalAt": "2015-02-20T12:59:21+01:00"
}
]
}