GET
https://api-us.engagor.com/{account_id}/filter/suggestions
Get all the filter options available in the inbox filter. By passing a query, you can search for specific filter-options.
Param | Description | Required | Default Value |
---|---|---|---|
query |
Search for a specific filter-option (e.g. By passing the name of a user). | No | |
page_token |
@param string $page_token | No | |
limit |
Amount of suggestions to return. (Allowed: 1 to 2000.) | No |
(int) 20 |
array of filter_suggestion
items.