DownloadReport
Description
The DownloadReport method triggers the download of a report previously generated.
Parameters
- ReportID (required string): Specifies the ID of the report to download.
- ApiKey (optional string): Specifies the ApiKey for API authentication.
If not specified, no authentication is performedREST example of a request to download a generated report
POST http://localhost:7400/Results/v1/Service.svc/DownloadReport HTTP/1.1Content-Type: application/json{ "d": {"ReportId": "4b3cf2fb-ce93-4a67-a2ac-ff847d0dc77f", “ApiKey”: “xxxxxxxxxxxxxxxxxxxxxxx”}}
Home