Copy QuestionSet
This API is associated with copying questionset on the Sunbird Platform.
This API is associated with copying questionset on the Sunbird Platform.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.questionset.copy",
"ver": "5.0",
"ts": "2023-06-29T07:51:03ZZ",
"params": {
"resmsgid": "8bba3dda-f81e-4659-8c05-55caed20d174",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"node_id": {
"do_2138240203066900481600": "do_2138240204082216961601"
},
"versionKey": "1687502491400"
}
}{
"id": "api.questionset.copy",
"ver": "5.0",
"ts": "2023-06-29T07:51:03ZZ",
"params": {
"resmsgid": "2ea62aa3-f2a9-4aeb-86f0-9d648591d1f2",
"msgid": null,
"err": "ERR_BAD_REQUEST",
"status": "failed",
"errmsg": "Hierarchy data is empty"
},
"responseCode": "CLIENT_ERROR",
"result": {
"messages": null
}
}Sample Request
Request schema
Attribute
Description
Type
Success result schema
Attribute
Type
Description
Last updated
Was this helpful?