English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/jobs/qualityAssurances/run \ --header 'Content-Type: application/json' \ --data '{ "jobs": [ { "uid": "<string>" } ], "settings": { "initialSegment": { "uid": "<string>" }, "maxQaWarningsCount": 500, "warningTypes": [ "EmptyTranslation" ] }, "maxQaWarningsCount": 500 }'
{ "segmentWarnings": [ { "segmentId": "<string>", "warnings": [ { "id": "<string>", "ignored": true, "type": "<string>", "repetitionGroupId": "<string>" } ], "ignoredChecks": [ "<string>" ] } ], "finished": true }
Call “Get QA settings” endpoint to get the list of enabled QA checks
successful operation
The response is of type object.
object
Was this page helpful?