{
"where": {
"operator": "and",
"conditions": [
{
"field": "phone",
"values": ["91234"],
"operator": "contains"
}
]
},
"sorters": [
{
"field": "create",
"sort": "desc"
}
]
}
Operadores disponíveis
equal,
not_equal,
less,
less_or_equal,
greater,
greater_or_equal,
begins_with,
does_not_begin_with,
is_in,
is_not_in,
ends_with,
does_not_end_with,
contains,
does_not_contains,
is_empty,
is_not_empty,
between,
does_not_between