Read QuestionSet
This API is used to read an existing question set on the Sunbird-inQuiry Platform.
This API is used to read an existing question set on the Sunbird-inQuiry Platform.
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"id": "api.questionset.read",
"ver": "3.0",
"ts": "2021-02-03T09:23:51ZZ",
"params": {
"resmsgid": "e9e05900-793b-4231-af75-ffa1a7a0b4c6",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"questionset": {
"code": "finemanfine",
"allowSkip": "Yes",
"containsUserData": "No",
"description": "hey",
"language": [
"English"
],
"mimeType": "application/vnd.sunbird.questionset",
"showHints": "No",
"createdOn": "2021-02-03T09:23:34.060+0000",
"objectType": "QuestionSet",
"primaryCategory": "Practice Question Set",
"contentDisposition": "inline",
"lastUpdatedOn": "2021-02-03T09:23:34.060+0000",
"contentEncoding": "gzip",
"showSolutions": "Yes",
"allowAnonymousAccess": "Yes",
"identifier": "do_113208323801554944120",
"lastStatusChangedOn": "2021-02-03T09:23:34.060+0000",
"requiresSubmit": "Yes",
"visibility": "Default",
"showTimer": "No",
"summaryType": "Complete",
"consumerId": "fa13b438-8a3d-41b1-8278-33b0c50210e4",
"setType": "materialised",
"languageCode": [
"en"
],
"version": 1,
"versionKey": "1612344214060",
"showFeedback": "Yes",
"license": "CC BY 4.0",
"compatibilityLevel": 4,
"name": "Test Question Set",
"navigationMode": "linear",
"shuffle": "Yes",
"status": "Draft"
}
}
}Success response schema
Attribute
Type
Description
cURL
Last updated
Was this helpful?