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. |