Import Question
This API is used to import Question from one instance to another instance of sunbird
This API is used to import Question from one instance to another instance of sunbird
POST
/question/v1/import
• /question/v1/import endpoint executes the "Import Question" request based on parameters provided as metadata in the request body • It points to inquiry-api-service (assessment service) - /question/v4/import • It is mandatory to provide values for parameters marked with * • Mandatory fields cannot be null or empty.
Headers
Name | Type | Description |
---|---|---|
Content-Type* | String | The Content-Type entity is the media type of the resource. It should 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. |
Request Body
Name | Type | Description |
---|---|---|
request* | Object | Metadata about the questions to be imported |
Sample Request
Success result schema
Attribute | Type | Description |
---|---|---|
processId | String | Unique ID assigned to import operation |
cURL
Last updated