Query rows from a table with PostgREST-style filters.
Filter operators:
eq - Equals: status=eq.activegt - Greater than: age=gt.18gte - Greater or equal: age=gte.18lt - Less than: price=lt.100lte - Less or equal: price=lte.100like - Pattern match: name=like.%john%in - In list: status=in.(active,pending)is.null - Is null: deleted_at=is.nullTable name
Columns to return (comma-separated)
Sort order (column.asc or column.desc)
Maximum rows to return
Number of rows to skip
Rows returned