Skip to main content
GET
/
api2
/
v1
/
projects
/
{projectUid}
/
lqaSettings
Get LQA settings
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/lqaSettings \
  --header 'Authorization: <api-key>'
{
  "categories": [
    {
      "enabled": true,
      "errorCategories": "<array>",
      "errorCategoryId": 123,
      "name": "<string>"
    }
  ],
  "enabled": true,
  "severities": [
    {
      "name": "<string>",
      "severityId": 123,
      "weight": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Path Parameters

projectUid
string
required

UID of the project

Query Parameters

workflowLevel
integer<int32>
default:1

Workflow level (1-15)

Required range: 1 <= x <= 15

Response

OK

categories
object[]
enabled
boolean
severities
object[]