operator
Operator to use for filtering.
EQ
: Equal to the specified valueNE
: Not equal to the specified valueGT
: Greater than the specified valueLT
: Less than the specified valueGTE
: Greater than or equal to the specified valueLTE
: Less than or equal to the specified valueCONTAINS
: Contains the specified valueNOT_CONTAINS
: Does not contain the specified valueBETWEEN
: Between two values, inclusive of the specified values.
Supported operators for each filter:
ActionName
:EQ
|NE
|CONTAINS
|NOT_CONTAINS
SessionStatus
:EQ
|NE
InitiationTime
:GT
|LT
|GTE
|LTE
|BETWEEN