Read Private QuestionSet
This API is used to read an existing private question set on the Sunbird-inQuiry Platform.
This API is used to read an existing private question set on the Sunbird-inQuiry Platform.
GET
/questionset/v1/private/read
• The /private/read/{QuestionSet_Id} endpoint executes a request for fetching the private and public question sets to be viewed and read. • The endpoint for reading Private QuestionSet is /questionset/v1/private/read • It points to inquiry-api-service (assessment service) - /questionset/v4/private/read • You need to provide a valid QuestionSet Id value in {QuestionSet_Id} field of the API URL. • It is mandatory to provide values for parameters marked with * • Mandatory fields cannot be null or empty.
Path Parameters
Name | Type | Description |
---|---|---|
QuestionSet_Id* | String | Append a valid Question Set Id To the Request URL |
Headers
Name | Type | Description |
---|---|---|
Content-Type | String | The Content-Type entity is the media type of the resource. Possible media types can be: Application/json |
Authorization* | String | To make use of the API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here. Set Bearer {{api_key}} |
x-channel-id* | String | Unique identification number associated with a root organization. |
cURL
Last updated