TransferControllerExport Method

POST /Transfer/Export/ Export the project.

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("Export")]
public IActionResult Export(
	[FromBodyAttribute] ExportOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsExportOptions
The export options.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
A status code indicating success and TransferResultData object or failure and the reason for the failure.
See Also