KMS API
KMS (Knowledge Management Systems) store content for companies. Integrations include Atlassian Confluenceand Notion.
A space
is a basically a container, group, or workspace.
A page
can be part of a space
and has metadata properties and content in some format. The type usually is HTML, plain text, or markdown.
A space
can have another space
or a series of page
as children. A page
can have other pages
as children.
space
-> space
-> page
-> page
Working with Hierarchical Data in KMS APIs
KMS integrations typically organize data in a hierarchical (tree-like) structure. For detailed guidance on traversing hierarchical data, refer to our guide: How to traverse hierarchical data
Are we missing anything? Let us know