Get Branding Themes

Get Branding Themes

Get a list of supported themes, uniquely identified by their names.

This can be used to set the theme in "/branding".

Request
URI
GET
https://{api_host}/cloudapi/branding/themes
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns BrandingThemes of type(s) application/json;version=37.2
This response body class contains all of the following: Page , InlineBrandingThemes1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "urn:vcloud:entity:vmware:brandinguitheme:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "name": "string",
            "themeType": "string",
            "isLegacy": false,
            "isDefault": false,
            "active": false,
            "themeBase": "string",
            "logoThumbprint": "string",
            "version": "string",
            "previewStyles": "string"
        }
    ]
}