Skip to content

FilterEventInput

About FilterEventInput

FilterEventInput filters events based on criteria described below. Only one field should be provided per Filter object unless using an operator (and or not) as specified below.

eventProducerId

If provided, specifies filters that work against the EventProducer’s unique id of the event producer owning the event.

Type: FilterIDInput

type

If provided, specifies filters that work against the type of the Event.

Type: FilterStringInput

subType

If provided, specifies filters that work against the subType of the Event.

Type: FilterStringInput

draft

If provided, specifies filters that work against the draft status of the Event.

Type: FilterBooleanInput

validation

If provided, specifies filters that work against the validation status of the Event.

Type: FilterEventValidationStatusInput

time

If provided, specifies filters that work against the time of the Event.

Type: FilterDateTimeOffsetInput!

and

If provided, an event must pass all filters in this list to match the current filter.

Type: [FilterEventInput!]

or

If provided, an event must pass at least one of the filters in this list to match the current filter.

Type: [FilterEventInput!]

not

If provided, an event may not match this filter to match the current filter.

Type: FilterEventInput