We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
filter[attribute:operator]=value
Examples:
filter[name:eq]=superman
filter[name:startswith]=super
filter[father.name:eq]=jor-el
New operators can be registered. No way to combine filters.
Want to combine expressions with and, or and the like.
and
or
filter=(name startswith 'super') or (home_planet = 'krypton')
There was an error while loading. Please reload this page.