exve
get the locations for a specific vehicle
Obtain a list of changes in geolocation for a specific vehicle.
get/exve/vehicles/{vehicleId}/locations
Path parameters
vehicleIdinteger required
Numeric ID of the vehicle to get
Response
vehicle locations
Example response
{
"locations": [
{
"latitude": 48.0202599980004,
"longitude": 11.58485,
"bearing": 45
}
]
}