fleet
get information about a specific vehicle fleet
Obtain detailed information about a specific vehicle fleet
get/exve/fleets/{fleetId}
Path parameters
fleetIdinteger required
Numeric ID of the vehicle fleet to get
Response
fleet details
Example response
{
"fleetId": 234,
"vehicles": [
{
"vehicleId": 1
}
]
}Changes
Changed in 2 of the 4 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲