Parameter | Description |
---|---|
Report ID | The ID of the report to download. |
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
{
"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"
}
]
}
}
}
}
Was this page helpful?