Publish Question
This API is used to publish the question on Sunbird platform.
This API is used to publish the question on Sunbird-inQuiry platform.
POST
/question/v1/publish/{Question_Id}
• /publish endpoint executes the "Publish Question" request based on parameters provided as metadata in the request body • It points to inquiry-api-service (assessment service)- /question/v4/publish • You need to provide a valid Question Id value in {Question_Id} field of the API URL. • It is mandatory to provide values for parameters marked with *. • Mandatory fields cannot be null or empty. • Question schema check here • Asynchronous flink job : async-questionset-publish will takes care of the publishing activity.
Path Parameters
Question_Id*
String
Append a valid Question ID To the Request URL
Headers
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
request
Object
metadata about the question to be published
Success result schema
identidier
String
Unique Question identifier
message
String
Publish success message
cURL
Last updated