FilterField
Filterable field metadata.
| Name | Type | Description |
|---|---|---|
| datatype | String | Filterable field data type. |
| field | String | Filterable field name. |
| filter_type | String | Recommended client-side control type for this filter field. Allowed values: Text, Number, Boolean, Date, DateTime, Select, Reference. |
| multiple | Boolean | Whether this filter field can accept multiple values, usually through the In operator. |
| operators | Array of String | Supported filter operators for this field. |
| required | Boolean | Whether the field is required for this API method when using unified filters. |