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:
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Comma separated list of vehicle identifiers (alphanumeric).
Comma separated list of group identifiers (alphanumeric).
Friendly name of a vehicle
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.