Skip to content

Using Filters

Goran Nikic edited this page Feb 12, 2018 · 1 revision

Introduction

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.

Clone this wiki locally