New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v3/configuration/theme
Returns the current theme configuration and colors.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| WhitelabelingEnabled |
Gets or sets a value indicating whether white-labeling is enabled. | boolean |
None. |
| Colors |
Gets or sets the theme color scheme. | ThemeColorScheme |
None. |
Response Formats
application/json
json
{
"WhitelabelingEnabled": true,
"Colors": {
"ReportingAccent": "Reporting Accent 13",
"ReportingSelected": "Reporting Selected 14"
}
}