Assessment Actions
Send Back Assessment
Use this API to send back a specific assessment to request more information from respondents. This action will move the assessment from the Under Review stage to the In Progress stage and comments will be provided to the respondent in an email notification.
post/api/assessment/v2/assessments/{id}/send-back
Path parameters
idstring uuid required
Unique identifier of the assessment to send back to the In Progress stage
Request body
Example request
{
"emailComment": "Assessment needs additional data.",
"reopenSectionIds": [
"550e8400-e29b-41d4-a716-446655440000"
]
}Response
OK