Read Private Question
This API is used to read the private question on the Sunbird-inQuiry Platform.
This API is used to read the private question on the Sunbird-inQuiry Platform.
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"id": "api.question.private.read",
"ver": "3.0",
"ts": "2021-09-20T21:31:31Z+05:30",
"params": {
"resmsgid": "452d3641-49ae-4f2c-b1a5-8fccd81b6550",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"question": {
"code": "name",
"channel": "abc-123",
"language": [
"English"
],
"mimeType": "application/vnd.sunbird.question",
"createdOn": "2021-09-18T13:12:00.309+0530",
"objectType": "Question",
"primaryCategory": "Practice Question Set",
"contentDisposition": "inline",
"lastUpdatedOn": "2021-09-18T13:12:00.309+0530",
"contentEncoding": "gzip",
"showSolutions": "No",
"trackable": "{\"enabled\":\"No\",\"autoBatch\":\"No\"}",
"allowAnonymousAccess": "Yes",
"identifier": "do_11336894193858150417",
"lastStatusChangedOn": "2021-09-18T13:12:00.309+0530",
"visibility": "Private",
"showTimer": "No",
"languageCode": [
"en"
],
"version": 1,
"versionKey": "1631950920309",
"showFeedback": "No",
"license": "CC BY 4.0",
"compatibilityLevel": 4,
"name": "question five",
"status": "Draft"
}
}
}Sample Response
Success Result Schema
Name
Type
Description
cURL
Last updated
Was this helpful?