Filtering

Following are the additional query parameters that you can use:

Parameter Description

searchPattern

 

The search pattern for filtering results. The available search patterns are:

>Exact: Retrieves records that match the search string exactly.

>Like: Retrieves records for which the search string appears anywhere in the value.

>Normal: (Default) Retrieves records where the value begins with the given search string.

For example, to find all features whose name start with the alphabet b, you can provide the following request:

featureName=b&searchPattern=Normal.