Question List
This API is used to get the list of Questions on the Sunbird-inQuiry Platform.
This API is used to get the list of Questions on the Sunbird-inQuiry Platform.
POST
/question/v2/list
• It gives all metadata of requested question identifiers • It points to inquiry-api-service (assessment service)- /question/v5/list • You need to provide list of valid question identifiers in the request body • It is mandatory to provide values for parameters marked with * • Mandatory fields cannot be null or empty.
Headers
Content-Type*
String
The Content-Type entity is the media type of the resource. It should be Application/json
x-channel-id
String
Unique identification number associated with a root organization.
Request Body
request*
Object
List of question identifiers
Sample Request
Success result schema
Below is the list of possible fields which will occur in the question list API
mimeType
string
MimeType of Question eg. application/vnd.sunbird.question
audience
Array of strings
List of Audience eg. Student/Teacher/Administrator
lastStatusChangedOn
string
Timestamp of last status change
createdBy
string
UserId of creator
compatibilityLevel
integer
compatibility Level
language
Array of string
Language of Question
lastUpdatedOn
string
Timestamp of last question update
name
string
Name of question
version
integer
Version number
license
string
License under it is created
framework
string
Framework in which questiton created
code
string
Unique code for question
objectType
string
Typeof object eg. Question
identifier
string
Unique identifier of Question
languageCode
Array of strings
List of language codes
channel
string
Channel ID from which question is belongs to
visibility
string
visibility of question eg. Parent/Default
versionKey
string
Uniuque version key of question for specific version
status
string
Staus or state of the question eg. Draft/Review/Live
createdOn
string
Timestamp of creation of question
primaryCategory
string
Main category of question eg. Multiple Choice Question/ Subjective Questions
cURL
Last updated