v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

forceOverrideboolean

Flag to force override any validation errors during closure

excludeRulesboolean

Flag to exclude rule execution during closure

closureCommentstring

Comment to include with the assessment closure

resultIdstring uuid

Identifier of the result option to apply to the assessment

attestationRequiredboolean

Flag indicating whether attestation is required for closure

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.