Theme - Retrieves details of a theme by ID
Retrieves details of a specific theme identified by its unique ID within the context of a specified tenant.
get
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
themeIdstring · uuidRequired
Enter the ID of an existing theme
Query parameters
tenantIdstring · uuidOptional
Enter the ID of an existing tenant
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Success: Requested theme retrieved successfully.
404
Not Found: Indicates that the requested theme does not exist.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
/themes/{themeId}Last updated