Management UI
Get current theme
Get default theme for a given environment for either Portal or Portal Next.
User must have the ENVIRONMENT_THEME[READ] permission.
get/ui/themes/_current
Query parameters
type'PORTAL' | 'PORTAL_NEXT'
Available theme types
Filter by theme type
Response
The current theme.
Example response
{
"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"
}
]
}
]
}
}