Submit for Review Question
This API is used to submit question for review on the Sunbird-inQuiry Platform.
This API is used to submit question for review on the Sunbird-inQuiry Platform.
POST
/question/v2/review/{question_id}
• /question/v2/review/{question_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) - /question/v5/review • You need to provide a valid Question Id value in {question_id} field of the API URL. • It is mandatory to provide values for parameters marked with * • Mandatory fields cannot be null or empty.
Path Parameters
question_id*
String
Append a valid Question ID To the Request URL
Headers
Content-Type*
String
The Content-Type entity is the media type of the resource. It should 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 Body
request*
Object
metadata about the question to be sent for review.
Success result schema
identifier
String
Unique Question identifier
versionKey
String
Unique version key for question
cURL
Last updated