This endpoint allows you to update the status of a query that has been raised against a specific feedback. You need to provide the exam ID, answer sheet ID, answer ID, feedback ID, and feedback query ID to identify the query. The status of the query can be updated to reflect its current state.
Scenario: Updating the Status of a Student’s Query:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the exam.
Unique identifier of the answer sheet.
Unique identifier of the answer.
Unique identifier of the feedback.
Unique identifier of the feedback query.
Success - Feedback details retrieved successfully.
The response is of type object
.