Filters
Some of our APIs (e.g. the LIST methods) return a set of resources instead of a single one.
This means that the returned response could be potentially huge, involving a high number of complex resources, making the response difficult to manage and send to your application.
For this reason, you should filter the results to get only the data you need.
The Filter functionality makes possible to select only some of the LIST method results by defining Queries, letting you to obtain only the resources that you need in this moment.
To make things easier for you, we also added the Filter Helpers to each one of our SDKs, so that you'll be guided while defining complex queries.
Here you can find the detailed pages:
📄️ Queries
How to define new filters
📄️ Filter Helpers
Build your filter manually or using our FilterHelpers