Criterion to search an item by one of its field
| Property | Type | Description |
|---|---|---|
| columnDisplayName | string | Display name of the column. |
| operator | enum | Operator to use. |
| value | any | Value to search on. Text or multiLineText example :"John Smith". Boolean example : true. Number example : 613. DateTime examples : 2023-11-22T07:00:00Z or 2023-11-23T09:22:44−07:00 or 2023-11-26T23:22:44+07:00. |