This API allows a user to perform search operations on articles and topics in scope of the portal.
Note
'articles-in-topic-tree' should not be used along with 'include-articles-in-topics' and 'exclude-articles-in-topics'. Use of 'articles-in-topic-tree' is mutually exclusive to 'include-articles-in-topics' and 'exclude-articles-in-topics'.
SecurityoAuthUser or oAuthCustomer or oAuthAnonymousCustomer
Request
path Parameters
portalID
required
number
Example: 202200000001001
query Parameters
q
required
string
The search query string. The string must be escaped as required by the URL syntax rules.
Example: q=credit
$lang
required
string
The knowledge base language used for retrieving response. Must be a language accessible to user.
Custom attribute value for custom attribute of a article to be used on which filtering is required.
Only non-encrypted custom attributes are supported.
The custom attribute criteria is specified using a json representation.
Each JSON object must have following keys:
object: Value of this key represents object to which this custom attribute belongs. Supported 'object' value is 'article'.
name: Value of this key represents name of the custom attribute.
value: Value of this key represents value of the custom attribute to be used in search. This filtering on the custom attribute value is case-sensitive.