Description
The DownloadReport
method triggers the download of a report previously generated.
Parameters
REST example of a request to download a generated report
POST http://localhost:7400/Results/v1/Service.svc/DownloadReport HTTP/1.1
Content-Type: application/json
{ "d": {"ReportId": "4b3cf2fb-ce93-4a67-a2ac-ff847d0dc77f", “ApiKey”: “xxxxxxxxxxxxxxxxxxxxxxx”}}
Description
The UpdateQualityStatus
method sets the Quality Status of a test result.
Parameters
REST example
POST http://localhost:7400/Results/v1/Service.svc/UpdateQualityStatus HTTP/1.1
Accept: application/json
Content-Type: application/json
Cache-Control: nocache
Pragma: nocache
Connection: keepalive
{
"d":
{
"TestResultName": "14:54 - 10 Sep 2019",
"QualityStatus": "PASSED"
}
}