Example payload:
[
{
"field": "custom_name",
"operator": "sw",
"value": "foo"
},
{
"field": "birth_date",
"operator": "gt",
"value": "1990-01-01"
},
{
"field": "some_date",
"operator": "bt",
"value": "2024-05-01,2024-06-30"
},
{
"field": "status",
"operator": "eq",
"value": "active"
}
]| Operator | Description |
|---|---|
| eq | Equals |
| ct | Contains |
| gt | Greater than |
| lt | Less than |
| sw | Starts With |
| bt | Between |