Get Branding Theme Assignments

Get Branding Theme Assignments

Gets organizations using this branding theme as active

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/brandingThemes/{brandingThemeId}/assignments
COPY
Path Parameters
string
brandingThemeId
Required

theme URN

Query Parameters
integer
page
Required
Constraints: minimum: 1 default: 1

Page to fetch, zero offset.

integer
pageSize
Required
Constraints: minimum: 0 maximum: 128 default: 25

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns BrandingThemesAssignments of type(s) application/json;version=39.1
This response body class contains all of the following: InlineBrandingThemesAssignments0 , InlineBrandingThemesAssignments1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "brandingThemeId": "urn:vcloud:entity:vmware:brandinguitheme:1.0.0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "organizationReference": {
                "name": "string",
                "id": "string"
            }
        }
    ]
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/brandingThemes/{brandingThemeId}/assignments?page=value&pageSize=v