Filtering

The following are the different types of filtering queries:

  1. Simple: Filtering data by an exact match to the specified parameter value.

  2. Range: Filtering data by a range according to the parameter value, e.g. start date on or after the specified date.

  3. Regular Expression: Filtering data by a regular expression that matches the pattern given in the parameter value.

  4. Text Search: Filtering data by a text search of the parameter value on the content of the field.

Examples

Request 1

Simple filter:

Response 1 (truncated)

Request 2

Range filter:

Response 2 (truncated)

Request 3

Regular Expression filter:

Response 3 (truncated)