GET
/
api2
/
v1
/
projects
/
{projectUid}
/
lqaSettings
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/lqaSettings
{
  "enabled": true,
  "severities": [
    {
      "severityId": 123,
      "name": "<string>",
      "weight": 123
    }
  ],
  "categories": [
    {
      "errorCategoryId": 123,
      "name": "<string>",
      "enabled": true,
      "errorCategories": [
        {}
      ]
    }
  ]
}

Path Parameters

projectUid
string
required

Query Parameters

workflowLevel
integer
default:1
Required range: 1 <= x <= 15

Response

200
application/json

successful operation

The response is of type object.