FilterEventActivityInput
About FilterEventActivityInput
FilterEventActivityInput 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
and
If provided, an event must pass all filters in this list to match the current filter.
Type: [FilterEventActivityInput!]
or
If provided, an event must pass at least one of the filters in this list to match the current filter.
Type: [FilterEventActivityInput!]
not
If provided, an event may not match this filter to match the current filter.
Type: FilterEventActivityInput