A list of ComplianceStatus to search for all EmissionComplianceEvent records matching one of the compliance statuses. Valid "ComplianceStatus" values are:
The start of the date range (exclusive) to search for events. This property typically filters on the CreatedDateTime of the entity.
FromScheduledDateTime
The start of the date range (inclusive) to search for EmissionComplianceEvent records by their ScheduledDateTime.
FromSubmittedDateTime
The start of the date range (inclusive) to search for EmissionComplianceEvent records by their SubmittedDateTime.
HasComplianceError
A value to search for EmissionComplianceEvent records that have a compliance error. If true, returns records with ComplianceErrorCount greater than 0. If false, returns records with a zero or null error count. If unset (null), this filter is not applied.
A value indicating whether to return only the latest EmissionComplianceEvent for each associated EmissionVehicleEnrollment. If true, returns only the most recent event record (by version) per enrollment. The default value is false.
ToDate
The end of the date range (exclusive) to search for events. This property typically filters on the CreatedDateTime of the entity.
ToScheduledDateTime
The end of the date range (inclusive) to search for EmissionComplianceEvent records by their ScheduledDateTime.
ToSubmittedDateTime
The end of the date range (inclusive) to search for EmissionComplianceEvent records by their SubmittedDateTime.