GET
/
api2
/
v4
/
projects
/
{projectUid}
/
jobs
/
qualityAssurances
/
settings
Get QA settings for project
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v4/projects/{projectUid}/jobs/qualityAssurances/settings
{
  "forbiddenStrings": [
    "<string>"
  ],
  "enabledChecks": [
    {
      "checkerType": "<string>",
      "context": {
        "moraviaProfileId": "<string>",
        "customQaDisplayName": "<string>",
        "provider": "<string>"
      }
    }
  ],
  "excludeLockedSegments": true,
  "userCanSetInstantQA": true,
  "strictJobStatus": true,
  "regexpRules": [
    {
      "description": "<string>",
      "sourceRegexp": "<string>",
      "targetRegexp": "<string>",
      "id": "<string>",
      "ignorable": true,
      "instant": true
    }
  ]
}

Path Parameters

projectUid
string
required

Response

200
application/json

successful operation

The response is of type object.