Get community children
GET /knowledge-bases/{knowledgeBaseId}/communities/{communityId}/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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” 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
Responses
Section titled “ Responses ”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
conceptCount
required
Number of concepts in this community
integer
Unauthorized - Authentication required or invalid token
object
error
required
string
code
string
details
retryable
boolean
Forbidden - Insufficient permissions
object
error
required
string
code
string
details
retryable
boolean
Not Found - Resource does not exist
object
error
required
string
code
string
details
retryable
boolean