LogOnControllerGenerateDownloadHistoryFile Method

Generates the download file for the log on history.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("DownloadHistory")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<Guid> GenerateDownloadHistoryFile(
	[FromBodyAttribute] QueryLogOnHistoryOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsQueryLogOnHistoryOptions
An object that carries all need information about the log entries that are going to be downloaded.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: ActionResultGuid
The operation completed successfully. The payload contains a Guid corresponding to the file name.
See Also