Event Filter
Event filter contains an array of filters for the Event Log. It can be used to filter events returned by the Get Event Log request.
Each object in the filters array has the following fields:
Field | Type | Description |
---|---|---|
_field | Object | The event filter value. |
_field.name | String | The name of the field that the event log will be filtered by. |
_field.value | Object | The value by which to filter the event log, and a comparison operator. See the Value section for more information. |
Value
Format of the value field:
Supported operators:
Field | Description |
---|---|
_ct | Contains |
_eq | Equal to |
_gt | Greater than |
_gte | Greater than or equal to |
_lt | Less than |
_lte | Less than or equal to |
_m | Matches with |
_nct | Not contains |
_neq | Not equal to |