GET /Theme/{id}/

Gets a theme with the specified ID.
 

Request

Method Request URI
GET /API/Theme/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the theme to get.

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.ThemeData object containing the theme data, or a status code indicating the problem.