exve
get the brake pedal positions for a specific vehicle
Obtain a list of changes in brake pedal positions for a specific vehicle.
get/exve/vehicles/{vehicleId}/brakePedalPositions
Path parameters
vehicleIdinteger required
Numeric ID of the vehicle to get
Response
brake pedal positions
Example response
{
"brakePedalPositions": [
{
"value": 40,
"units": "percent"
}
]
}