curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/lqa/assessments/scorings \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"jobPartUid": "<string>",
"overallFeedback": "<string>"
}
]
}
'{
"results": [
{
"jobPart": {
"uid": "<string>"
},
"status": "PASS",
"score": 123,
"issueCounts": {
"critical": 123,
"criticalRepeated": 123,
"major": 123,
"majorRepeated": 123,
"minor": 123,
"minorRepeated": 123,
"neutral": 123,
"neutralRepeated": 123
}
}
]
}Finishing LQA Assessments will calculate scores
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/lqa/assessments/scorings \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"jobPartUid": "<string>",
"overallFeedback": "<string>"
}
]
}
'{
"results": [
{
"jobPart": {
"uid": "<string>"
},
"status": "PASS",
"score": 123,
"issueCounts": {
"critical": 123,
"criticalRepeated": 123,
"major": 123,
"majorRepeated": 123,
"minor": 123,
"minorRepeated": 123,
"neutral": 123,
"neutralRepeated": 123
}
}
]
}Data for finishing multiple LQA assessments
successful operation
Show child attributes
Result based on score and configured threshold
PASS, FAIL LQA score in percentage
Show child attributes
Was this page helpful?