Downloads the HTML report on a run result.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/ Results/{ResultID}/data
Returns the run result in a zip archive. The response header Content-Disposition contains the file name in the filename field’s value. The body of the request contains the zipped file data.
GET: Returns the report in the body of the response.
Headers:
None
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
None
Headers:
Content-Length:x
Content-Type: application/zip
Content-Disposition: attachment; filename=Reports.zip
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
The report.
|