Skip to main content
GET
Driver Journeys Latest

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>

Start date of time interval used for filtering. Cannot be later then 'endDate'.

endDate
string<date-time>

End date of time interval used for filtering. Cannot be sooner then 'startDate'.

groupId
string

Id of Group used for filtering. @Visible validation, mandatory if 'id' is not provided, but cannot be both filled

pageIndex
integer<int32>

Number of page, default = 0.

pageSize
integer<int32>

Batches per page, default = 50.

excludeChildGroups
boolean

Exclude child groups, default = FALSE.

driverId
string

Id of driver used for filtering. @Visible validation, mandatory if 'groupId' is not provided, but cannot be both filled

Example:

"driver-id"

fromDateTime
string<date-time>
required

Include journeys that have completed since this date, in UTC, in the format of YYYY-MM-DDThh:mm:ss.ms

Response

List for latest Journeys Details (LatestJourneyDetailsDriverDto) selected by DriverId, and from given Execution time. May be empty list if now Journeys has been found.

items
object[]
processedDateTime
string<date-time>
totalCount
integer<int32>