Import QuestionSet
This API is used to import QuestionSet from one instance of sunbird to another instance of sunbird.
This API is used to import QuestionSet from one instance of sunbird to another instance of sunbird.
POST
/questionset/v1/import
• The endpoint for Import QuestionSet is /questionset/v1/import • It points to inquiry-api-service (assessment service) - /questionset/v4/import • All parameters marked with * are mandatory. You must provide values for these parameters. • Mandatory fields cannot be null or empty.
Path Parameters
Name | Type | Description |
---|---|---|
Content-Type* | String | The Content-Type entity is the media type of the resource. The possible media types can be: Application/json |
Authorization* | String | You require authorization to make use of the API. 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. |
Request Body
Name | Type | Description |
---|---|---|
request* | Object | The body is the representation of the resource object for importing a question set |
Sample Request
Request schema
Attribute | Description | Type |
---|---|---|
source | Represents the source of questionset object | string |
metadata | Represents the additional metadata for the questionset object | Object |
collection | Represents the collection with which Questionset can be linked. | Array of strings |
Success result schema
Attribute | Type | Description |
---|---|---|
processId | String | Unique process ID |
cURL
Last updated