When using multiple filters on an API call, the filters are "anded" together. Is there any syntax that would allow logical "Or" instead of "And" when using multiple filter paramaters?
When using multiple filters on an API call, the filters are "anded" together. Is there any syntax that would allow logical "Or" instead of "And" when using multiple filter paramaters?
We don't have the ability to filter based on a logical or. Some fields do support IN which may help depending on what you are trying to do - https://docs.clover.com/docs/using-filters-to-retrieve-multiple-results-from-an-endpoint.
1 Person is following this question.