Assignment Model Answer
GET - Assignment Model Answer
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.
Path Parameter:
id
(required): The unique identifier of the model answer sheet.
Response Includes:
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.)
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Model answer sheet updated successfully.
Unique identifier for the model answer sheet.
Example:
"3b27e0be-f9e8-4c4d-977b-b315bfb292ab"
List of documents associated with the model answer sheet.
Example:
[]
Status of the model answer sheet.
Example:
1