v1

latestOpenAPI 3.0.0Apache 2.02026-07-17362847.3 KB
exve

get the changes in parking brake status for a specific vehicle

Obtain a list of changes in parking brake status for a specific vehicle.

get/exve/vehicles/{vehicleId}/parkingBrakeStatuses

Path parameters

vehicleIdinteger required

Numeric ID of the vehicle to get

Response

parking brake statuses

Example response

{
  "parkingBrakeStatuses": [
    {
      "value": true
    }
  ]
}