curl --request GET \
--url https://cloud.memsource.com/web/api2/v4/projects/{projectUid}/jobs/qualityAssurances/settings
{
"forbiddenStrings": [
"<string>"
],
"enabledChecks": [
{
"checkerType": "<string>",
"context": {
"moraviaProfileId": "<string>",
"customQaDisplayName": "<string>",
"provider": "<string>"
}
}
],
"excludeLockedSegments": true,
"userCanSetInstantQA": true,
"strictJobStatus": true,
"regexpRules": [
{
"description": "<string>",
"sourceRegexp": "<string>",
"targetRegexp": "<string>",
"id": "<string>",
"ignorable": true,
"instant": true
}
]
}
Returns enabled quality assurance checks and settings.
curl --request GET \
--url https://cloud.memsource.com/web/api2/v4/projects/{projectUid}/jobs/qualityAssurances/settings
{
"forbiddenStrings": [
"<string>"
],
"enabledChecks": [
{
"checkerType": "<string>",
"context": {
"moraviaProfileId": "<string>",
"customQaDisplayName": "<string>",
"provider": "<string>"
}
}
],
"excludeLockedSegments": true,
"userCanSetInstantQA": true,
"strictJobStatus": true,
"regexpRules": [
{
"description": "<string>",
"sourceRegexp": "<string>",
"targetRegexp": "<string>",
"id": "<string>",
"ignorable": true,
"instant": true
}
]
}
successful operation
The response is of type object
.
Was this page helpful?