New to Telerik Report ServerStart 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

ThemeConfiguration

NameDescriptionTypeAdditional 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"
  }
}
Not finding the help you need?
Contact Support