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
Example request
{
"emailComment": "Assessment reopened for additional review and data collection"
}Response
OK