Filtering
Filtering an API endpoints response is an essential part of our API. ICI API uses plain URLs with simple filter parameters to query your resources.
The filter querystring parameter allows clients to filter a collection of resources that are addressed by a request URL.
The expression specified with filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response.
Note - To pass string please enclosed the string inside single quotes.
Not all attributes support filter, attributes supporting filter will be marked as such in model definition is this documentation.
Query Language -
Expression can be build by using the following supported operators.
Logical Operators
Logical operators are used to AND, OR the expression built using above operators.