v1

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

commentstring

Optional comment to include with the assessment submission

disclaimerAcceptedboolean

Indicates whether the submitter has accepted the assessment submission disclaimer.

Example request

{
  "comment": "All required information has been provided for review.",
  "disclaimerAccepted": true,
  "isCallFromIntegration": false
}

Response

No Content