Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Model answer sheet updated successfully.
This API fetches the detailed model answer sheet for a given assignment ID. The response includes rubric data, document links (if any), and status indicators.
id (required): The unique identifier of the model answer sheet.id: Model answer sheet ID.documents[]: List of any uploaded documents (usually empty if only rubric is used).rubric: Rubric details used for evaluationrubricCriteria: Each evaluation criterion (e.g., Clarity, Creativity).scoringLogic: Explanation of scores from 1 to 5 for each criterion.status: Evaluation status (e.g., 1 = In Progress, 2 = Extracted, etc.)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Model answer sheet updated successfully.