Last updated
Last updated
POST
/review/{QuestionSet_Id}
• The /review/{QuestionSet_Id} endpoint executes the "Submit for Review" request based on parameters provided as metadata in the request body. • It points to inquiry-api-service (assessment service) - /questionset/v4/review • You need to provide a valid QuestionSet Id value in {QuestionSet_Id} field of the API URL. • It is mandatory to provide values for parameters marked with * • Mandatory fields cannot be null or empty.
identidier
String
Unique Question identifier
versionKey
String
Unique version key for question
This API is used to send question set for review on the Sunbird-inQuiry Platform.
QuestionSet_Id*
String
Append a valid Question Set Id To the Request URL
Content-Type*
String
The Content-Type entity is the media type of the resource. Possible media types can be: Application/json
Authorization*
String
To make use of the API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
Set Bearer {{api_key}}
x-channel-id
String
Unique identification number associated with a root organization.
request
Object
It contains metadata about the questionset to be updated.