catalogID | string | ID of the catalog. | --- |
categoryID | string | ID of the category. | --- |
depth | string | Indicates how deep down the category hierarchy to return results. Valid values are a number of 1 or greater, or 'all'. Relative to CategoryID if specified, otherwise top level of the Catalog. Default is 'all'. | --- |
search | string | Word or phrase to search for. | --- |
searchOn | array | Comma-delimited list of fields to search on. | ID, Name, Description |
searchType | string | Type of search to perform. Possible values: AnyTerm (default), AllTermsAnyField, AllTermsSameField, ExactPhrase, ExactPhrasePrefix. | AnyTerm, AllTermsAnyField, AllTermsSameField, ExactPhrase, ExactPhrasePrefix |
sortBy | array | Comma-delimited list of fields to sort by. | OwnerID, Name, ID, !OwnerID, !Name, !ID |
page | integer | Page of results to return. Default: 1 | --- |
pageSize | integer | Number of results to return per page. Default: 20, max: 100. | --- |
filters | object | Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or 'xp.???' | --- |