//[[restapi:start|RESTful API]]// ====== Geo-Fence Inline Search String ====== ===== Available Search filters ===== ^ Name ^ Possible Values ^ Description ^ | EVENTTYPE | ENTER \\ EXIT \\ ENTER-EXIT | Filter data using the event type | | ACTIVATED | 1 or 0 | Filter data using the Geo-Fence active status | | GEOFENCEID | Text | Filter by Geo-Fence Id | | NAME | Text | Filter by Name | | APPNAM | Text | Filter by App's name | Each parameter must be separated by ampersand ('&') and for each parameter is possible to filter by several values separated by comma (',') ===== Example ===== You can add one or more of our predefined search's filters, for example: APPNAME=cmanager&ACTIVATED=1&EVENTTYPE=ENTER **Detail:** ^ Filter Step ^ Explanation ^ | APPNAME=cmanager | The result will only contains Geo-Fences in the cmanager App | | ACTIVATED=1 | The result will only contains Geo-Fences that are currently active | | EVENTTYPE=ENTER | The result will only contains Geo-Fences configured to notify only the ENTER event |