For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reject QuestionSet

This API is used to reject the question set, which is sent for review on the Sunbird-inQuiry Platform.

This API is used to reject the question set, which is sent for review on the Sunbird-inQuiry Platform.

POST /questionset/v1/reject/{QuestionSet_Id}}

• The /reject/{QuestionSet_Id} endpoint executes the "Rejecting QuestionSet" request based on parameters provided as metadata in the request body. • It points to inquiry-api-service (assessment service) - /questionset/v4/reject/QuestionSet_Id • You need to provide a valid QuestionSet Id value in the {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

All content APIs require authorization for use. Specify the authorization key received from the administrator when placing the request for use of the API. Set Bearer {{api_key}}

x-channel-id

String

Unique identification number associated with a root organization.

Request Body

Name
Type
Description

request

Object

The metadata about the questionset to be rejected

{
  "id": "api.questionset.reject",
  "ver": "3.0",
  "ts": "2021-02-03T12:11:35ZZ",
  "params": {
    "resmsgid": "a505a723-616f-4e3f-9a52-2f0d9924f732",
    "msgid": null,
    "err": null,
    "status": "successful",
    "errmsg": null
  },
  "responseCode": "OK",
  "result": {
    "identifier": "do_113208406116417536122",
    "versionKey": "1612354279918"
  }
}

Request Sample

Request Schema

Attribute
Type
Description
Required

rejectComment

String

Question set rejection comment/reason

Yes

Success result schema

Attribute
Type
Description

identidier

String

Unique Question identifier

versionKey

String

Unique version key for question

cURL

Last updated

Was this helpful?