List Vehicle
Returns the registration, group and current odometer reading for a vehicle. The odometer reading is in kilometres. If no parameters are specified, then details for all vehicles are returned.Input parameters that can be specified are:
- groupIds - all vehicles in the specified groups are included in the output
- vehicleIds - only the specified vehicles are included in the output
- name - only the vehicle with the specified name is included in the output.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Query Parameters
Specifies the pagination page index.
Pages are zero indexed, i.e. the first page has an index value of zero.
Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.
Comma separated list of vehicle identifiers (alphanumeric).
Comma separated list of group identifiers (alphanumeric).
Vehicle registration number
Friendly name of a vehicle
Filter to return only active vehicles
