Portal Navigation Items
Get portal navigation items
User must have the ENVIRONMENT_DOCUMENTATION[read] permission.
get/portal-navigation-items
Query parameters
area'HOMEPAGE' | 'TOP_NAVBAR'
The portal area (used by portal navigation items)
Example:TOP_NAVBAR
The portal area (eg. "homepage", "top_navbar")
parentIdstring
The parent ID to filter navigation items
loadChildrenboolean
Whether to load children items
Response
A list of portal navigation items
Example response
{
"items": [
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"organizationId": "DEFAULT",
"environmentId": "DEFAULT",
"type": "FOLDER",
"area": "TOP_NAVBAR",
"parentId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"rootId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"order": 2,
"published": true,
"visibility": "PUBLIC",
"portalPageContentId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"source": {
"type": "github-fetcher",
"fetchCron": "0 */10 * * * *",
"lastFetchedAt": "2026-07-17T00:00:00.000Z"
}
}
]
}