GET /ApplicationConfiguration/{id}/

Get the application setting based on ID.
 

Request

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

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The application configuration setting ID.

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.AppSettingData object, or a status code indicating the problem.