v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Assessment Actions

Reopen Assessment

Use this API to reopen a specific assessment to request more information from respondents. This action will move the assessment from the Completed stage to the Under Review stage and comments will be provided to the respondent in an email notification.

post/api/assessment/v2/assessments/{id}/reopen

Path parameters

idstring uuid required

Unique identifier of the assessment to reopen from Completed to Under Review stage

Request body

emailCommentstring

Comment to be put in notification email when the assessment is reopened

Example request

{
  "emailComment": "Assessment reopened for additional review and data collection"
}

Response

OK