Import Question
This API is used to import Question from one instance to another instance of sunbird
This API is used to import Question from one instance to another instance of sunbird
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.question.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.question.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
Success result schema
Attribute
Type
Description
cURL
Last updated
Was this helpful?