Skip to content

FilterTrackInput

About FilterTrackInput

FilterTrackInput allows for filtering a tracks query 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 unique id of the data source that initiated the track.

Type: FilterIDInput

deviceId

If provided, specifies filters that work against the unique id of the device that initiated the track.

Type: FilterIDInput

tag

If provided, specifies filters that work against the tag of a track

Type: FilterStringInput

time

If provided, specifies filters that work against the time associated with the start time of a track.

Type: FilterDateTimeOffsetInput!

position

If provided, specifies filters that work against the positions of the track’s detections

Type: FilterPointInput

identifier

If provided, specifies filters that work against the identifier of the track

Type: FilterTrackPropertyInput

attribute

If provided, specifies filters that work against the attributes of the track

Type: FilterTrackPropertyInput

and

If provided, a detection activity must pass all filters in this list to match the current filter.

Type: [FilterTrackInput!]

or

If provided, a detection activity must pass at least one of the filters in this list to match the current filter.

Type: [FilterTrackInput!]

not

If provided, a detection activity may not match this filter to match the current filter.

Type: FilterTrackInput