Returns the service due date for a vehicle.
If no parameters are specified, then details for all vehicles with a service due date are returned.
If groupId is specified, then all vehicles in the specified group are included in the output.
If vehicleId is specified, then only the specified vehicle is included in the output.
Either vehicleId or groupId can be specified as an input parameter, an error is returned if both are specified.
If startDate is specified, then only those vehicles where the service due date is on or after the specified date are returned.
If endDate is specified, then only those vehicles where the service due date is on or before the specified end date are returned.
If both startDate and endDate are specified, then endDate cannot be before startDate.
If there are more than 20 vehicles to return, then by default only the first 20 vehicles are returned.
To view details of the other vehicles you will need to specify values for pageSize and pageIndex.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifier (alphanumeric) of a vehicle.
Identifier (alphanumeric) of a group.
Earliest service due date, in UTC, in format of YYYY-MM-DDThh:mm:ss
Latest service due date, in UTC, in format of YYYY-MM-DDThh:mm:ss
Number of items per page
Current page index (zero-based)