v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Tracking|Vehicle Map Embedding

Display map.

Returns an HTML page with an interactive map. It is possible to embed this map in your application using an iFrame.

get/map/view

Query parameters

controlsboolean

Select whether the controls are displayed. This Parameter is optional.

zoominteger

Set zoom level. This Parameter is optional.

logostring

Which logo should be dis

ValueDescription
GEOCAPTUREgeoCapture logo
CUSTOMERCustomer logo
datestring
Example:2022-12-22

Show the trackpoints from this date. This Parameter is optional.

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.

eventTypes[]string[]

Show events. This Parameter is optional.

ValueDescription
STOPStop

Response

Success Response:

ComponentHttpFoundationResponse required

Represents a formless response. (HTML, Text, ...)