TMS
cURL
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>" } ] }
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.
auth/login
Authorization
1 <= x <= 15
successful operation
Show child attributes
Was this page helpful?