Returns details for speeding episodes that occurred within the specified period.
The end of the speeding episode does not have to be within the specified period.
No details are returned for speeding episodes during a private journey.
The value specified for the endDate cannot be before startDate and the date range between startDate and endDate cannot be more than 7 days.
A value for either vehicleId or groupId must be specified.
If there are more than 50 speeding episodes that match the search criteria, then by default only the first 50 speeding episodes are returned.
To view details of the other speeding episodes 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.
Identifier (alphanumeric) of a vehicle.
Must be specified if a value for groupId is not specified.
Identifier of a group.
Must be specified if a value for vehicleId is not specified.
The start date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss.
The end date and time for the period, in UTC, in the format of YYYY-MM-DDThh:mm:ss.
Cannot be before startDate.
Specifies if speeding episodes for vehicles in child groups should be excluded and not included in the response.
This parameter can be used to overcome asset day limits being exceeded.
If not specified, then will default to a false, so speeding episodes for vehicles in child groups are included.
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.
x >= 0Specifies 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.
Maximum pageSize is 100.
1 <= x <= 100Speeding episode details successfully returned with pagination