Provides a wide range of tools to update one or more filtered segments in batch. The batch operations include: Change text, Find & Replace, Change status and bookmarks, Pre-translate from memories etc.
URL
(POST) /resources/qa/report
PARAMETERS
The parameters are a JSON object included in the request body:
qa |
| Object QA |
RESULTS
A Aysnchrone (Object) with successful response :
Code Block | ||
---|---|---|
| ||
{
"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
}
|