LoggingControllerDownload Method

GET /Logging/Download/{id} Gets the requested download as a binary file.

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

Parameters

id
Type: SystemGuid
The ID of the DBI Logs Export file.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: HttpResponseMessage
A status code indicating success and the file, or a failure reason.
See Also