Assignment Student Answer
GET - Evaluated Student Assignment Sheet
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.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the assignment
Unique identifier of the answer sheet
Response
200
application/json
Assignment retrieved successfully.
The response is of type object
.