Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Array Filter

Any field indicating support for the array filter will accept the field name in an array format in order to allow for filtering by one or more values at the same time. For example, if the field name is id you will be able to structure your query in the following format:

?id[]=123&id[]=234&id[]=345

Range Filter

Some resource filters support the range type input. This input type enables the following query formats

...