Skip to main content

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

changeStatusThe execution can be change the segments status.boolean
changeBookmarkThe execution can be change the segments bookmark. boolean
skipGreenStatusThe execution ignore the green segments. boolean
skipLockedThe execution ignore the locked segments. boolean
profileIdId of the profile.int
localeSourceThe locale source.string
localeTargetThe locale target.string
documentsList of Document filter (Object)
customQaProfileForce execution with a custom QA profile (optional)QA Profile
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
}


 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.