Objects
/Filters
Filters
Filters object for complex query filtering. Combines multiple filter conditions using boolean logic.
Fields
must[Filter]!Requiredshould[Filter]!Requiredmust_not[Filter]!Required
Conditions that must be met (AND logic).
All conditions in this array must be satisfied.
Conditions that should be met (OR logic).
At least one condition in this array must be satisfied.
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 ⭐️