ExportControllerGetExportResult Method

GET /Export/Result/{0} Retrieves the result of an export.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("Result")]
public IActionResult GetExportResult(
	Guid id,
	bool isDownloadLink = true,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The export result ID.
isDownloadLink (Optional)
Type: SystemBoolean
A value which indicates whether the response should have a content disposition for interactive downloading. True by default.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
The export result.
See Also