Assignment Student Answer
GET - Student Assignment Sheet
The API retrieves all student assignment sheets associated with a particular assignment. It returns a list of answer sheets submitted or created for students under the specified assignment ID.
This endpoint is typically used to display all submissions for a given assignment, allowing evaluators to access individual student sheets for grading or review.
Scenarios:
- Teacher Views All Student Submissions for an Assignment
- A teacher requests all answer sheets for a specific assignment.
Outcome:
- The API returns a list of assignment sheet records.
- Each record includes metadata such as student ID, status (e.g., In Progress, Failed), and answer sheet ID.
GET
Path Parameters
Unique identifier of the assignment
Response
200
application/json
Student submissions retrieved successfully.
The response is of type object
.