Assessment Actions
Approve Assessment
Use this API to move an assessment to Completed stage. The assessment should be submitted before invoking this API.
post/api/assessment/v3/assessments/{assessmentId}/approve
Path parameters
assessmentIdstring uuid required
UUID of the assessment to approve
Request body
Example request
{
"closureComment": "Approved after thorough review. All requirements have been met.",
"resultId": "550e8400-e29b-41d4-a716-446655440000"
}Response
Assessment approved successfully. No content returned.