Objects
/
Filters

Filters

Filters object for complex query filtering. Combines multiple filter conditions using boolean logic.

Fields

  • must
    [Filter]!
    Required
    Conditions that must be met (AND logic). All conditions in this array must be satisfied.
  • should
    [Filter]!
    Required
    Conditions that should be met (OR logic). At least one condition in this array must be satisfied.
  • must_not
    [Filter]!
    Required
    Conditions that must not be met (NOT logic). None of the conditions in this array should be satisfied.
Built with

Show your support! Star us on GitHub ⭐️