ApplicationConfigurationControllerGetSettingById Method

GET /ApplicationConfiguration/{id} Get the application setting based on ID.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("Index")]
public HttpResponseMessage GetSettingById(
	Guid id,
	Nullable<Guid> sessionId = null
)

Parameters

id
Type: SystemGuid
The application configuration setting ID.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A AppSettingData object, or a status code indicating the problem.
See Also