Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

 

Note: This request work asynchronously on the server. You need to consult detail on page Asynchronous treatment.

URL

(POST) /resources/qa/report

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) 
Object QA

 

RESULTS

Aysnchrone (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
}


 
  • No labels