operator

Operator to use for filtering.

  • EQ: Equal to the specified value

  • NE: Not equal to the specified value

  • GT: Greater than the specified value

  • LT: Less than the specified value

  • GTE: Greater than or equal to the specified value

  • LTE: Less than or equal to the specified value

  • CONTAINS: Contains the specified value

  • NOT_CONTAINS: Does not contain the specified value

  • BETWEEN: 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