v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Tracking|Vehicle

Fetch 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.

get/tracker/fetch

Query parameters

trackers[byIds][]integer[]

Filters the vehicles based on the IDs.

trackers[byLicenseNumbers][]string[]

Filters the vehicles based on the license plates.

trackers[byIdentifiers][]string[]

Filters the vehicles based on the customer-specific IDs.

trackers[byIdentificationNumbers][]string[]

Filters the vehicles based on the VINs.

trackers[byImportKeys][]string[]

Filters the vehicles based on the external vehicle IDs.

trackers[importSource]string

Name of the external data source. (Default is "*API")

This parameter is only required if the external vehicle ID is filtered.

trackers[byName]string

Filter the vehicles on their name.

trackers[byDriver]string

Filter the vehicles on their driver.

normalizedSearchboolean

Set this parameter to enable advanced filter methods (normalized license number, phonetic search for names)

offsetinteger

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.

limitinteger

Max. number of requested records. This Parameter is optional.

Response

Success Response:

offsetinteger

Number of skiped records.

totalCountinteger

Total number of available vehicles. (Only calculated if offset is 0)

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"
    }
  ]
}