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