filters & limit & sort
How to use query params to get alla data.
To use filters you need to add to all field the postfix.
Immagine that you have a metadata named "users":
uuid
name [string]
surname [string]
age [number]
year [select with values "first", "second", "third", "quarter", "fifth"]
equal
not equal
like or right like or left like or contains or not contains
in
is not null or is not null or not empty or is empty
less than or less than equal
grether than or less than equal
order by
start
limit
select fields �
�
Last updated