resources/qa/run (post)

resources/qa/run (post)

Execute qa for documents.

This method should not be used anymore.

As of January 1, 2026 use this new method: https://wordbee.atlassian.net/wiki/spaces/API2/pages/3675914244. It can finally QA any collection of segments.

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

changeStatus

The execution can be change the segments status.

boolean

changeBookmark

The execution can be change the segments bookmark. 

boolean

skipGreenStatus

The execution ignore the green segments. 

boolean

skipLocked

The execution ignore the locked segments. 

boolean

profileId

Id of the profile.

int

localeSource

The locale source.

string

localeTarget

The locale target.

string

documents

List of Document filter (Object)



customQaProfile

Force execution with a custom QA profile (optional)

QA Profile

Object QA

 

RESULTS

An Asysnchronous (Object) with successful response :

{ "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 }  

Copyright Wordbee - Buzzin' Outside the Box since 2008