v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB
Assessments > Submit

Step 4. Submit Assessment

This API is used to Submit the assessment. This api should be called after the assessment is completed and progress reaches 100%. <Tip>Use this API to submit the assessment and get assessment summary</Tip>

put/assessment/api/v1/submit/{hash}

Headers

authstring required

The auth token of the user. It is used to authenticate the user.

client-idstring required

The client id of the user. It is used to identify the user.

localestring

The locale of the user. It is used to determine the language of the assessment. Supported locales are en, hi, kn for english, hindi and kannada respectively. Default value is en.

Content-Typestring

The content type of the request. It is used to determine the type of data being sent.

Response

OK

object required

The assessment has been successfully submitted. The response contains the assessment summary. You can hit the Get Assessment Data API to get the assessment data for the submitted assessment.