Theme - Fetch a theme with a specific ID
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
themeIdstring · uuidRequired
Expects Id of an existing theme
Query parameters
tenantIdstring · uuidOptional
Expects Id of an existing tenant
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Indicates successful retrieval of the requested theme
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.
404
Indicates that the requested theme does not exist
500
Server related error
get
/themes/{themeId}Last updated