Get Report
Fetch a report in the user's account. Permissions - Managers can fetch any report. Unit Managers can fetch report in their own business unit (report launched by users in their own business unit). Scanners and Readers can fetch their own report.
Basic Parameters
Parameter | Description |
---|---|
Report ID | The ID of the report to download. |
Advanced Parameters
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Example Output
{
"REPORT_LIST_OUTPUT": {
"RESPONSE": {
"DATETIME": "2017-10-30T22:32:15Z",
"REPORT_LIST": {
"REPORT": [
{
"ID": 42703,
"TITLE": {
"__cdata": "Test now"
},
"TYPE": "Scan",
"USER_LOGIN": "acme_aa",
"LAUNCH_DATETIME": "2017-10-30T17:59:22Z",
"OUTPUT_FORMAT": "PDF",
"SIZE": "129.1 MB",
"STATUS": {
"STATE": "Finished"
},
"EXPIRATION_DATETIME": "2017-11-06T17:59:24Z"
}
]
}
}
}
}
Workflow Library Example
Get Report with Qualys and Send Results Via Email
Preview this Workflow on desktop