Skip to main content
GET
Vehicle 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.

vehicleId
string

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

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 Journeys Details (LatestJourneyDetailsVehicleDto) selected by VehicleId, and from Execution time which is no older than hour ago from current time. May be empty list if now Journeys has been found.

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