Skip to main content
GET
Driver Fuel Consumption

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

Query Parameters

startDate
string<date-time>
required

The start date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss. Required.

endDate
string<date-time>
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.

driverId
string

Unique, unchangeable system generated identifier for the driver. Cannot be used with groupId.

groupId
string

Unique, unchangeable system generated identifier for the group. Cannot be used with driverId.

Response

Successful operation

driverId
string

Unique, unchangeable system generated identifier for the driver.

driverName
string

The driver name.

vehicles
object[]

List of vehicles associated with the driver and their fuel consumption details for the specified period.