Assessment Actions
Submit Assessment
Use this API to submit an assessment for review. This action will move the assessment to the Under Review stage.
🗒 Things to Know
- Responses for all required questions must be first submitted before using this API. This action can be done using the Submit Responses API.
- Do not include the Content-Type parameter in the header, as this API does not accept a request body. For APIs that do accept a request body, set Content-Type to application/json, as our APIs only support application/json.
post/api/assessment/v2/assessments/{assessmentId}/submit
Path parameters
assessmentIdstring uuid required
UUID of the assessment to submit
Request body
Example request
{
"comment": "All required information has been provided for review.",
"disclaimerAccepted": true,
"isCallFromIntegration": false
}Response
No Content