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