Reject Question
This API is used to reject the questions on the Sunbird-inQuiry Platform.
This API is used to reject the questions on the Sunbird-inQuiry Platform.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.question.reject",
"ver": "3.0",
"ts": "2021-10-19T12:49:25Z+05:30",
"params": {
"resmsgid": "70dc4cef-b7d0-4794-ae78-e80cc85b4770",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"identifier": "do_11336893480941158415",
"versionKey": "1634627965206"
}
}{
"id": "api.question.reject",
"ver": "3.0",
"ts": "2021-10-20T12:33:25Z+05:30",
"params": {
"resmsgid": "415e19d2-01e3-4690-b5c7-040316c56f5b",
"msgid": null,
"err": "ERR_QUESTION_REJECT",
"status": "failed",
"errmsg": "Question is not in Review state for identifier: do_11336893480941158415"
},
"responseCode": "CLIENT_ERROR",
"result": {
"messages": null
}
}Success result schema
Attribute
Type
Description
cURL
Last updated
Was this helpful?