curl --request GET \
--url https://api.getfernand.com/knowledge/structure \
--header 'X-API-Key: <api-key>'{
"base_url": "https://help.piedpiper.com",
"articles": {},
"collections": {}
}curl --request GET \
--url https://api.getfernand.com/knowledge/structure \
--header 'X-API-Key: <api-key>'{
"base_url": "https://help.piedpiper.com",
"articles": {},
"collections": {}
}Returns the full hierarchical structure of the knowledge base. Collections are organized in a tree structure where collections can contain articles and nested sub-collections. The structure includes computed URLs for all articles based on their collection path. Note that some collections may have zero articles but serve as parent containers for nested collections.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Knowledge base structure retrieved successfully.
Base URL of the knowledge base (either custom domain or subdomain).
"https://help.piedpiper.com"
Map of article IDs to article objects with metadata and computed URLs.
Show child attributes
Map of collection IDs to collection objects with their articles.
Show child attributes
Was this page helpful?