Get the knowledge source structure
Returns the knowledge source structure tree. By default, website tree nodes whose source URL
matches the parent connector’s sourceConfig.excludePaths (fnmatch patterns) are omitted —
this is the sidebar view. Pass withExcluded=true to include those nodes (each website
node then carries excluded: true|false); used by the connector configuration view.
Autorisierungen
JWT-based authentication
Abfrageparameter
When true, include website tree nodes whose source matches the parent connector's
excludePaths and tag each website node with excluded: true|false. When false (default)
or omitted, those nodes are dropped from the response. Truthy values: true, 1, yes, on.
Antwort
Successful operation
The unique identifier of the knowledge source structur
1
The name of the knowledge source structure
"Fragen"
The type of the knowledge source structure
"faq"
The description of the knowledge source structure
"Allgemeine Fragen"
The parent id of the knowledge source structure
0
For website-type nodes only — the id of one representative knowledge_sources page under this structure node, used by the FE to build the article navigation link.
For website-type nodes only — the source URL of the representative page.
For website-type nodes only, present only when ?withExcluded=true was passed.
True if the node's source URL matches the parent connector's sourceConfig.excludePaths.
Team IDs that may access this structure node. Empty array means the node is
unrestricted (visible to everyone). When non-empty, only users whose
actualTeamIds intersect with this list can see the node and its descendants.
[1, 5]Team-ACL "access hole" indicator. Present only when this node has a problem or contains one;
omitted entirely when the node is clean. A hole = the node declares team(s) that an ancestor
folder forbids — because visibility is narrowing-only (reachable only by users who pass every
restricted ancestor AND the node's own restriction), the access the editor granted does not
actually work. To learn what is wrong, open the item and read its real teams.