FilterVideoInput
About FilterVideoInput
FilterVideoInput filters videos based on criteria described below.
Only one field should be provided per Filter object unless using an operator (and
or
not
) as specified below.
id
If provided, specifies filters that work against the Videos
’s unique id.
Type: FilterIDInput
dataSourceId
If provided, specifies filters that work against the unique ID of the data source
that the video belongs to.
Type: FilterIDInput
startTime
If provided, specifies filters that work against the Videos
’s start time.
Type: FilterDateTimeOffsetInput!
endTime
If provided, specifies filters that work against the Videos
’s end time.
Type: FilterDateTimeOffsetInput
and
If provided, an event must pass all filters in this list to match the current filter.
Type: [FilterVideoInput!]
or
If provided, an event must pass at least one of the filters in this list to match the current filter.
Type: [FilterVideoInput!]
not
If provided, an event may not match this filter to match the current filter.
Type: FilterVideoInput