Retrieves details of a specific theme identified by its unique ID within the context of a specified tenant.
GET/themes/{themeId}
Authorization
Path parameters
themeId*string (uuid)
Enter the ID of an existing theme
Query parameters
Response
Success: Requested theme retrieved successfully.
Body
themeIdstring (uuid)
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.
themeNamenullable string
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.