Skip to main content
GET
Live Position Latest GeoJSON

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

customerId
string
required

Query Parameters

vehicleIds
string[]

Comma separated list of vehicle identifiers (alphanumeric).

groupIds
string[]

Comma separated list of group ids.

driverIds
string[]

Comma separated list of driver identifiers (alphanumeric).

fromDateTime
string<date-time>

Start date and time for the tracking data retrieval

showAllVehicleStatus
boolean

Boolean (true/false) to indicate if details of all vehicles should be included, irrespective of their status. If not specified, defaults to FALSE, so vehicles with a status of SOLD are excluded from the response.

locale
string

Locale for the response data.

hideSpeedIfSpeedSensitive
boolean

Boolean (true/false) to indicate if the vehicle speed should be excluded from the output if the driver;'s group (if there is a driver for the vehicle) or the vehicle's group has been defined to be speed sensitive. If not specified, defaults to FALSE, so the vehicle's speed is included in the response.

Response

List of most recent detailed tracking inputs (TrackingLiveResultDto), where 1 item contains combined CurrentPositionResult and Asset data. Data are selected from DB based on either vehicleIds or driverIds or groupIds. If none of the DB selector fits it returns empty list

features
object[]
type
string