Get Branding Themes Assignments
Get organizations and their active themes
Request
URI
GET
https://{api_host}/cloudapi/vcf/brandingThemes/assignments
COPY
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.
array
themeIds
Optional
themeIds
Responses
200
OK
Returns
BrandingThemesAssignments
of type(s)
application/json;version=40.0
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": [
"BrandingThemeAssignment Object"
]
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/brandingThemes/assignments?page=value&pageSize=v
Availability
Added in 41.0.0-alpha
Branding Theme Operations
GET
Get Active Theme Main Flavor
GET
Get Active Theme
GET
Get Theme File
GET
Get Theme Flavor File
GET
Get Branding Themes
POST
Create Branding Theme
GET
Get Branding Theme
PUT
Update Branding Theme
DELETE
Delete Branding Theme
GET
Get Theme Zip
PUT
Upload Branding Resource
GET
Get Branding Themes Assignments
GET
Get Branding Theme Assignments
PUT
Set Theme Assignments
DELETE
Delete Branding Theme Assignment