Copy Question
This API is associated with copying question on the Sunbird Platform.
This API is associated with copying question on the Sunbird Platform.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.question.copy",
"ver": "3.0",
"ts": "2023-06-23T06:41:31ZZ",
"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.question.copy",
"ver": "3.0",
"ts": "2023-06-23T06:40:01ZZ",
"params": {
"resmsgid": "d078ab42-7650-4e5f-8c30-43f37d3ac244",
"msgid": null,
"err": "ERR_INVALID_REQUEST",
"status": "failed",
"errmsg": "Please provide valid value for [createdFor]"
},
"responseCode": "CLIENT_ERROR",
"result": {
"messages": null
}
}Sample Request
Request schema
Attribute
Description
Type
Success result schema
Attribute
Type
Description
Last updated
Was this helpful?