GET applications/{app_id}/reports/{report_id}/jobs/{job_id}/download
Downloads the results of the report after completion.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_id |
ID of the application instance |
string |
Required |
| report_id |
ID of the report |
string |
Required |
| job_id |
ID of the generated report |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Example URI: https://domain.com/iv2/apis/v2/application/applications/:app_id/reports/:report_id/jobs/:job_id/download
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |