Management UI
Get page of portal menu links
Get a page of the portal menu links used in the given environment.
These menu links can be used with Portal-Next to customization the links in the top bar. User must have the ENVIRONMENT_SETTINGS[READ] permission.
get/ui/portal-menu-links
Query parameters
pageinteger
The page number for pagination.
perPageinteger
The number of items per page for pagination.
Response
Page of portal menu links
Example response
{
"data": [
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"name": "My custom link",
"type": "EXTERNAL",
"target": "https://gravitee.io",
"visibility": "PRIVATE",
"order": 2
}
]
}