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