Create QuestionSet
This API is used to create a question set on the Sunbird-inQuiry Platform.
This API is used to create a question set on the Sunbird-inQuiry Platform.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": "api.questionset.create",
"ver": "3.0",
"ts": "2021-02-03T08:17:28ZZ",
"params": {
"resmsgid": "4c45a5e2-c3b4-47c1-95a2-3a31f7e7c1ca",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"identifier": "do_113208291312132096114",
"versionKey": "1612340248069"
}
}{
"id": "api.questionset.create",
"ver": "3.0",
"ts": "2021-02-03T08:22:49ZZ",
"params": {
"resmsgid": "6cc7bb1c-330e-4da5-9075-1ac69cddf225",
"msgid": null,
"err": "CLIENT_ERROR",
"status": "failed",
"errmsg": "Validation Errors"
},
"responseCode": "CLIENT_ERROR",
"result": {
"messages": [
"Metadata mimeType should be one of: [application/vnd.sunbird.questionset]"
]
}
}Sample Request
Request Schema
Attribute
Type
Description
Required
Success result schema
Attribute
Type
Description
cURL
Complete example
Last updated
Was this helpful?