Publish Question
This API is used to publish the question on Sunbird platform.
This API is used to publish the question on Sunbird-inQuiry platform.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.question.publish",
"ver": "3.0",
"ts": "2021-02-02T20:15:02ZZ",
"params": {
"resmsgid": "9c64cc9c-bed5-44c7-85bf-4918c3a42f58",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"message": "Question is successfully sent for Publish",
"identifier": "do_113207931921555456111"
}
}{
"id": "api.question.publish",
"ver": "3.0",
"ts": "2021-02-02T20:15:32ZZ",
"params": {
"resmsgid": "b084af8b-706b-4079-8ec2-0beb0753931c",
"msgid": null,
"err": "NOT_FOUND",
"status": "failed",
"errmsg": "Error! Node(s) doesn't Exists. | [Invalid Node Id.]: do_1132079319215554561111"
},
"responseCode": "RESOURCE_NOT_FOUND",
"result": {
"messages": null
}
}Success result schema
Attribute
Type
Description
cURL
Last updated
Was this helpful?