Review QuestionSet
This API is used to send question set for review on the Sunbird-inQuiry Platform.
This API is used to send question set for review on the Sunbird-inQuiry Platform.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.questionset.review",
"ver": "5.0",
"ts": "2023-06-29T07:51:03ZZ",
"params": {
"resmsgid": "679a458f-cd12-4dee-a6b4-5aea11fbe426",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"identifier": "do_113208323801554944120",
"versionKey": "1612344214060"
}
}{
"id": "api.questionset.review",
"ver": "5.0",
"ts": "2023-06-29T07:51:03ZZ",
"params": {
"resmsgid": "95670d2a-764c-489f-bf27-b4acedc4b465",
"msgid": null,
"err": "ERR_QUESTION_SET_REVIEW",
"status": "failed",
"errmsg": "A question set with status other than Draft can't be sent for review."
},
"responseCode": "CLIENT_ERROR",
"result": {
"messages": null
}
}Success result schema
Attribute
Type
Description
cURL
Last updated
Was this helpful?