Vehicle Speeding Detail
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.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Query Parameters
Specifies the pagination page index.
Pages are zero indexed, i.e. the first page has an index value of zero.
Specifies the number of items to include on a page.
Must be specified if pageIndex has been specified.
Start date and time for the search period. Format: yyyy-MM-dd'T'HH:mm:ss in UTC. 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.
From date and time for filtering speeding episodes. Cannot be older than 1 hour from execution time. Format: yyyy-MM-dd'T'HH:mm:ss in UTC.
Filter for speeding episodes where speed exceeds limit by this percentage. Must be >= 0 if specified.
Whether to exclude child groups from the search. Defaults to false.
Vehicle identifier for searching speeding episodes by specific vehicle.
Group identifier for searching speeding episodes by group. Required if not using specific entity ID.
