The API retrieves the evaluated assignment sheet for a specific student. It returns detailed information about the assignment, including the parent and child questions, student answers, marks awarded, and feedback from the evaluator.
This endpoint is typically used after evaluation has been completed and provides a comprehensive view of the student’s performance.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the assignment
Unique identifier of the answer sheet
Assignment retrieved successfully.
The response is of type object
.
The API retrieves the evaluated assignment sheet for a specific student. It returns detailed information about the assignment, including the parent and child questions, student answers, marks awarded, and feedback from the evaluator.
This endpoint is typically used after evaluation has been completed and provides a comprehensive view of the student’s performance.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the assignment
Unique identifier of the answer sheet
Assignment retrieved successfully.
The response is of type object
.