Use this API to get details about topic and it's immediate child topics.
The $level attribute determines how deep the topic hierarchy should go, or how many child topics of a topic should be returned as a response.
SecurityoAuthUser or oAuthCustomer or oAuthAnonymousCustomer
Request
path Parameters
portalID
required
number
Example: 202200000001001
id
required
number
The ID of the topic
Example: 202200000001037
query Parameters
$level
number
Depth of the topic hierarchy to be returned in the response. I.E if only parent topic are required, level should be passed as 0, if immediate child topics are required then level should be 1 and if immediate children and grand children are required then level should be 2 and so on.
Example: $level=1
$lang
string
The knowledge base language used for retrieving the response. This must be a language that is made available to the user. If this parameter is not passed, then the default language of the system is used.