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.
Total number of submissions
Example:
1
Number of submissions per page
Example:
10
Current pagination information
Example:
"Page 1 of 1"
URL to the next page, if any
Example:
null
URL to the previous page, if any
Example:
null
List of student submissions