Skip to content

Get community children

GET
/knowledge-bases/{knowledgeBaseId}/communities/{communityId}/children

Returns child communities at the next level down in the hierarchy. L3 communities contain L2 children, L2 contain L1, L1 contain L0. L0 communities are the finest level and have no children.

knowledgeBaseId
required

ID of the knowledge base

string

ID of the knowledge base

communityId
required

ID of the parent community

string

ID of the parent community

Child communities

object
children
required

Child communities at the next level down

Array<object>
object
communityId
required

Unique identifier for the child community

string
level
required

Hierarchy level of the child (0 = L0, parent_level - 1)

integer
<= 2
conceptCount
required

Number of concepts in this community

integer

Unauthorized - Authentication required or invalid token

object
error
required
string
code
string
details
nullable
retryable
boolean

Forbidden - Insufficient permissions

object
error
required
string
code
string
details
nullable
retryable
boolean

Not Found - Resource does not exist

object
error
required
string
code
string
details
nullable
retryable
boolean