Introduction
The object used to specify the arguments when searching for SafetyFleetBenchmark(s). Results are returned as a daily time series ordered by ObservationDate ascending; the sort parameter is not honoured, pagination is not supported, and searching by Id is not supported. Narrow the range with FromDate and ToDate.
Returns fleet benchmark values as a daily time series — one record per observation date — so the result set is naturally bounded. Results are ordered by ObservationDate ascending. Because the result set is bounded and has no peer set to rank, the sort parameter on Get<SafetyFleetBenchmark> is not honoured and pagination is not supported. Narrow the range with SafetyFleetBenchmarkSearch.fromDate and SafetyFleetBenchmarkSearch.toDate. Searching by Id is not supported and throws ArgumentException.
Properties

fromDate

Search for SafetyFleetBenchmark records at this date or after.

id

Search for an entry based on the specific Id.

toDate

Search for SafetyFleetBenchmark records at this date or before.

Loading API Runner...