Import QuestionSet
This API is used to import QuestionSet from one instance of sunbird to another instance of sunbird.
This API is used to import QuestionSet from one instance of sunbird to another instance of sunbird.
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.questionset.import",
"ver": "3.0",
"ts": "2020-12-17T16:29:11ZZ",
"params": {
"resmsgid": "7cce8934-0a2f-46bf-a0ee-be5f49874cae",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"processId": "80a765c7-2202-4b3f-b473-448b5c2cd20e"
}
}{
"id": "api.questionset.import",
"ver": "3.0",
"ts": "2020-12-17T16:30:16ZZ",
"params": {
"resmsgid": "31f88a39-2514-4d86-b424-240166e315be"
},
"msgid": null,
"err": "ERR_REQUIRED_PROPS_VALIDATION",
"status": "failed",
"errmsg": "Validation Failed! Mandatory Properties Are [name, code, mimeType, primaryCategory, framework]",
"responseCode": "CLIENT_ERROR",
"result": {
"messages": null
}
}Sample Request
Request schema
Attribute
Description
Type
Success result schema
Attribute
Type
Description
Last updated
Was this helpful?