resources/qa/run (post)
Execute qa for documents.
Note: This request work asynchronously on the server. You need to consult detail on page Asynchronous treatment.
URL
(POST) /resources/qa/run
PARAMETERS
The parameters are a JSON object included in the request body:
qa |
| Object QA |
RESULTS
An Asysnchronous (Object) with successful response :
JS
{
"trm": {
"requestid": 195,
"isbatch": false,
"status": "Finished",
"statusText": "◀Finished!▶"
},
"result": {
"items": [{
"k": "results",
"v": {
"summaries": [{
"docId": 1154,
"schecked": 32,
"errors": 51,
"warnings": 16,
"informations": 0
}
]
}
}
]
},
"custom": null
}