ApplicationConfigurationControllerGetEffectiveSettingValuesForScope Method

POST /ApplicationConfiguration/GetEffectiveSettingValuesForScope/ Gets the effective application configuration setting values for the specified scope.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("GetEffectiveSettingValuesForScope")]
public IActionResult GetEffectiveSettingValuesForScope(
	[FromBodyAttribute] ConfigValueOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsConfigValueOptions
An object that carries all needed information about the setting values that needs to be retrieved.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
An array of AppSettingValueData objects, or a status code indicating the problem.
See Also