Publish QuestionSet
This API is used to publish the question set on the Sunbird-inQuiry Platform.
This API is used to publish the question set on the Sunbird-inQuiry Platform.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.questionset.publish",
"ver": "5.0",
"ts": "2023-06-29T07:51:03ZZ",
"params": {
"resmsgid": "62f7e310-39e1-4287-bc9f-f8e6ac5f5bd3",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"message": "QuestionSet is successfully sent for Publish",
"identifier": "do_113208323801554944120"
}
}{
"id": "api.questionset.publish",
"ver": "5.0",
"ts": "2023-06-29T07:51:03ZZ",
"params": {
"resmsgid": "6fc0bd55-e99e-4ae1-80e2-7275458258ab",
"msgid": null,
"err": "NOT_FOUND",
"status": "failed",
"errmsg": "Error! Node(s) doesn't Exists. | [Invalid Node Id.]: do_1132084061164175361221"
},
"responseCode": "RESOURCE_NOT_FOUND",
"result": {
"messages": null
}
}Request Sample
Success result schema
Attribute
Type
Description
cURL
Last updated
Was this helpful?