Get a student's group membership for an assignment
GET/api/courses/:id/assignments/:aid/student-group/:studentId
Whether a student submits this assignment individually or as a group, the group's name + groupmates (for a group), and the student's EFFECTIVE schedule (their own or their group's date override resolved against the base). Drives the per-student due/late line and the Individual / Group indicator on the staff Submissions view. Course staff or a system admin.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The student's individual/group status for the assignment.
Not signed in.
Not course staff or a system admin.
Assignment not found in this course.
Server error.