Skip to main content
GET
Driver Behaviour Vehicle Summary

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

pageIndex
integer<int32>

Specifies the pagination page index.
Pages are zero indexed, i.e. the first page has an index value of zero.

pageSize
integer<int32>

Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.

startDate
string<date-time>
required

Start date and time for the search period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC. Required.

endDate
string<date-time>
required

End date and time for the search period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC. Required and must be within 7 days of startDate.

driverId
string

Unique, unchangeable system generated identifier (alphanumeric) for the driver.

groupId
string

Identifier (alphanumeric) of a group. Must be provided if a value for vehicleId is not provided

vehicleId
string

Identifier (alphanumeric) of a vehicle. Must be provided if a value for groupId is not provided.

Response

Successful operation

totalPages
integer<int32>

Total number of pages based on the pageSize.

totalCount
integer<int64>

Total number of items that matched the search parameters.

items
object[]

Array of items.