exve
get the changes in headlamp status for a specific vehicle
Obtain a list of changes in headlamp status for a specific vehicle.
get/exve/vehicles/{vehicleId}/headlampStatuses
Path parameters
vehicleIdinteger required
Numeric ID of the vehicle to get
Response
headlamp statuses
Example response
{
"headlampStatuses": [
{
"value": true
}
]
}