fleet
get information about a specific vehicle within a fleet
Obtain detailed information about a specific vehicle within a fleet
get/exve/fleets/{fleetId}/vehicles/{vehicleId}
Path parameters
fleetIdinteger required
Numeric ID of the fleet the vehicle belongs to
vehicleIdinteger required
Numeric ID of the vehicle to get
Response
vehicle details
Example response
{
"Name": "My Car",
"Make": "Opel",
"Model": "Astra",
"VIN": "WP0ZZZ99ZTS392124",
"Notes": "My work car",
"PhotoUrls": [
"http://www.example.com/images/mycar.png"
]
}