Introduction
The object used to specify the arguments when searching for TachographInfringement.
Properties

DeviceSearch

Filter by the DeviceSearch options.
Providing a device ID will search for infringements anchored to that Device.
Providing the Groups will search for infringements whose devices belong to that group.
Providing the device IDs will search for infringements whose devices are in that list.
Available DeviceSearch options are:
  • Id
  • Groups
  • DeviceIds

FromDate

A filter that returns infringements occurring at this date or after (inclusive). Matches the dttimestamp column.

Id

Search for an entry based on the specific Id.

IncludeDiscarded

A flag to include rows marked as discarded (no longer detected after reprocessing). Defaults to <see langword="false"; discarded rows are preserved as history but excluded from API results unless this property is set to <see langword="true".

ToDate

A filter that returns infringements occurring at this date or before (inclusive). Matches the dttimestamp column.

UserSearch

Filter by the UserSearch options.
Providing a user ID will search for infringements anchored to that driver.
Providing the Groups will search for infringements whose drivers belong to that group.
Providing the user IDs will search for infringements whose drivers are in that list.
Available UserSearch options are:
  • Id
  • Groups
  • UserIds

Version

The row version of the TachographInfringement search criteria. Used by feed-style retrieval.

Loading API Runner...