FilterVideoActivityInput
About FilterVideoActivityInput
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.
dataSourceId
If provided, specifies filters that work against the DataSource
’s unique id of the video that created the event.
Type: FilterIDInput
and
If provided, an event must pass all filters in this list to match the current filter.
Type: [FilterVideoActivityInput!]
or
If provided, an event must pass at least one of the filters in this list to match the current filter.
Type: [FilterVideoActivityInput!]
not
If provided, an event may not match this filter to match the current filter.
Type: FilterVideoActivityInput