GetAsynchronousExportResult operation
This operation gets result of an asynchronous export job.
Request
| Method | URL |
|---|---|
GET |
/BI/api/rest/IonApi/BookExport/v1/GetAsynchronousExportResult |
| Parameter | Status | Type | Value |
|---|---|---|---|
jobId |
Required | String | A GUID of an export job. |
Result
You receive a piece of binary data, that represents an exported report book in chosen format.
When export fails, you receive a JSON string with an error message.
When jobId parameter is invalid, job is not found, or job is not yet finished, you receive a JSON string with an error message.