Using filter groups via API?

You can match any filter conditions available in the browser when you make queries.
Fun fact: under the hood the website is making the api call and then returning the results as the page loads.

Whenever I need to make a complex query I open developer tools to see network activity then open a view that matches the search. Find the activity that contains the command/ query api call and review the inputs. That’s the exact api call you want to make.
Copy + paste

1 Like