Filter document (Data API 23.2)

Document representing a filter. A filter contains a set of objects that define criteria used to select records. A filter can contain one of the following:
  • term_filter - matches records where a field (or fields) exactly match some simple value (including null).
  • range_filter - matches records where a field value lies in a specified range.
  • query_filter - provides filtering based on a query.
  • bool_filter - provides filtering of records using a set of filters combined using a specified operator.
X OCAPI versions 15.x and 16.x will be retired on March 31, 2021. For dates and more information, see the OCAPI versioning and deprecation policy and this Knowledge Article.