Theme - Retrieves a list of themes for a tenant
Retrieves a comprehensive list of theme object models that are accessible within the context of a specified tenant.
get
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
tenantIdstring · uuidOptional
Enter the ID of an existing tenant
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Success: List of themes retrieved successfully.
Class for storing details about theme.
themeIdstring · uuidOptional
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the themeId property.
themeNamestring · nullableOptional
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the themeName property.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
/themesLast updated