Additional selection filter over standard fields and custom fields available for the selected entity.
| Name | Type | Description |
|---|---|---|
| Field | String | Entity field name, for example first_name, region_id or date_of_birth. |
| Operator | String | Filter operator. Allowed values: Default, Equal, NotEqual, Greater, Less, GreaterOrEqual, LessOrEqual, Like, Exists, NotExists, In, NotIn. |
| Value | String | Filter value as text. For In/NotIn, pass comma-separated values. A ${field} placeholder is also supported, where field is the name of another filterable field; the referenced field data type must match. For Exists/NotExists, this value is optional and ignored. |