GET api/checkfileavailability?codeForDownload={codeForDownload}

Check for file availability: test if file exists and if is fully generated and saved.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
codeForDownload

Code generated in previous step.

string

Required

Body Parameters

None.

Response Information

Resource Description

[String] - file name for download request. Request may fail with the following errors: - Code: 206, Message: "Report generation is in progress yet." - Code: 404, Message:"File not found." - Code: 404, Message:"Requested file has been deleted or archived." - Code: 500, Message:"Error during file creation." - Code: 500, Message:"Internal error."

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.