We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Most of the APIs currently available have a list of filters which can be used to query for more accurate results.
These filters most be in json format. This allows you to send multiple filters from one paramater.
Example query
KEY: filter VALUE : {"id":1 , "name":"John Doe"}
In the above example, if both id and name are available filters then the system will filter out the result based on the values of each filter.
id
name