Vehicle Fuel Consumption
Returns the fuel consumption and CO2 information for a vehicle for all journeys where the journey started within the period. The end date of the journey does not have to be within the period. Includes the fuel used on a private journey.
If vehicleId or groupId is not specified, then details for all vehicles are returned. If groupId is specified, then the fuel consumption for all vehicles in the specified group is included in the output. Either vehicleId or groupId can be specified as an input parameter, an error is returned if both are specified.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Query Parameters
The start date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss. Required.
The end date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss. Required and must be after startDate.
Vehicle identifier for querying consumption by specific vehicle. Cannot be used with groupId.
Group identifier for querying consumption by group. Cannot be used with vehicleId.
Response
Successful operation
Unique, unchangeable system generated identifier for the vehicle.
Vehicle registration.
Friendly name of the vehicle.
Total distance (in KM) for journeys.
Total quantity of fuel used (in litres) for all journeys. Will be the same value as fuelUsedLitres.
The benchmark fuel consumption.
The manufacturer’s fuel consumption.
The energy type for the vehicle.
ICE, EV, HEV, PHEV, CNG, LNG, LPG, FCEV, BI_FUEL, UNDEFINED A list of the primary and secondary fuel types for the vehicle.
A list of the primary and secondary fuel types for the vehicle.
PETROL, DIESEL, METHANE, PROPANE, HYDROGEN, ELECTRIC Electricity used for all journeys in kWh.
Gas for all journeys in Kg.
Fuel consumed in litres.
Fuel consumed in petrol equivalent litres.
The total energy (Electricity, Gas,Petrol, Diesel) used for all journeys expressed as the petrol equivalent in litres.
