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:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.