Returns idling details for a driver for each idling activity block that started in the specified period.
No details for idling that occurred inside a private journey.
The end date of the idling activity block does not have to be within the specified period.
The value specified for the endDate cannot be before startDate and the date range between startDate and endDate cannot be more than 7 days.
Either driverId or groupId must be specified.
If driverId is specified, then idling activity for the specified driver is included in the output.
If groupId is specified, then idling for all drivers in the specified group is included in the output.
Either driverId or groupId can be specified as an input parameter, an error is returned if both are specified.
If there are more than 50 idling activity blocks that match the search criteria, then by default only the first 50 idling blocks are returned.
To view details of the other idling activity blocks you will need to specify values for pageSize and pageIndex.
Asset Day Limit: The asset day limit on this endpoint is 50 asset days.
You will receive an HTTP status code of 400 (Bad input parameters) and no details will be returned if you exceed this restriction.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Customer identifier
Identifier (alphanumeric) of a driver.
Must be specified if a value for groupId has not been specified.
Identifier (alphanumeric) of a group.
Start date and time of the idling activity block, in UTC, in format of YYYY-MM-DDThh:mm:ss
End date and time of the idling activity block, in UTC, in format of YYYY-MM-DDThh:mm:ss.
Specifies if details for child groups should be excluded and not included in the response.
If not specified, then will default to a false.
Specifies the pagination page index.
Pages are zero indexed, i.e.
the first page has an index value of zero.
If not specified, then will default to a pageIndex of 0.
Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.
If not specified, then will default to a pageSize of 50.
If specified cannot be more than 100.
x <= 100