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>'
{
  "enabled": true,
  "severities": [
    {
      "severityId": 123,
      "name": "<string>",
      "weight": 123
    }
  ],
  "categories": [
    {
      "errorCategoryId": 123,
      "name": "<string>",
      "enabled": true,
      "errorCategories": "<array>"
    }
  ]
}

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

Query Parameters

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

Response

successful operation

enabled
boolean
severities
object[]
categories
object[]