ApplicationConfigurationControllerGetLogFilterForScope Method

POST /ApplicationConfiguration/GetLogFilterForScope/ Get the log filter values for the current 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("GetLogFilterForScope")]
public IActionResult GetLogFilterForScope(
	[FromBodyAttribute] ConfigValueOptions options,
	Guid? sessionId = null
)

Parameters

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

Return Value

Type: IActionResult
A AppSettingValueData object containing the un-serialized log filter or a status code and error message indicating the problem.
See Also