fleet
get list of vehicles contained in the fleet
Obtain a list of vehicles contained within the fleet
get/exve/fleets/{fleetId}/vehicles
Path parameters
fleetIdinteger required
Numeric ID of the vehicle fleet
Response
fleet vehicles
Example response
[
{
"vehicleId": 1
}
]