Management UI
Get page of portal themes
Get a page of the portal themes used in the given environment.
These themes can be used with either Portal or Portal-Next. User must have the ENVIRONMENT_THEME[READ] permission.
get/ui/themes
Query parameters
pageinteger
The page number for pagination.
perPageinteger
The number of items per page for pagination.
type'PORTAL' | 'PORTAL_NEXT'
Available theme types
Filter by theme type
enabledboolean
Filter for enabled themes.
Response
Page of themes
Example response
{
"data": [
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"name": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"enabled": true,
"definition": {
"data": [
{
"name": "gv-tree",
"css": [
{
"name": "--gv-tree-color",
"description": "Color of gv-tree"
}
]
}
]
}
}
]
}