GET
/
api2
/
v1
/
projects
/
{projectUid}
/
qaSettingsChecks
Get QA checks
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/qaSettingsChecks
{
  "enabledChecks": [
    "EmptyTranslation"
  ]
}

Path Parameters

projectUid
string
required

Response

200
application/json

successful operation

The response is of type object.