GetQueryList
From Wiki
getQueryList
This ProductServe function will return the query list and returns a list of popular search terms. Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| No | iCategoryId | int | Category ID to restrict query list to | 0 | 1 |
| No | bUseGlobalList | bool | Select query list from all affiliates or only your affiliate list | 0 | 1 |
| No | iAdult | int | Allow adult content | 0 | 1 |
| No | iLimit | int | Max number of results to return | 0 | 1 |
Response Parameters
| Required | Name | Type | Description | Min Occurs | Max Occurs |
|---|---|---|---|---|---|
| N/A | oQuery | Query | Objects containing query term, category id and number of occurrences | 0 | unlimited |

