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 (for example, In Progress or Failed), and answer sheet ID.
When to use this endpoint
Use this endpoint whenever you need a list view of all student submissions for a single assignment:- Teacher dashboards that show who has submitted, who is pending, and who failed upload.
- Admin or coordinator views that monitor assignment participation and completion rates.
- Analytics jobs that aggregate per‑assignment performance before drilling into individual answer sheets.
Related endpoints
- GET - Assignment by ID
- GET - Assignment Student Answer Sheet Score
- POST - Student Assignment Answer Sheet
Path Parameters
Unique identifier of the assignment
Response
Student submissions retrieved successfully.
Total number of submissions
1
Number of submissions per page
10
Current pagination information
"Page 1 of 1"
URL to the next page, if any
null
URL to the previous page, if any
null
List of student submissions