List an assignment's assignees
GET/api/courses/:id/assignments/:aid/assignees
Lists an assignment's audience (its AssignmentAssignee rows). Empty when the assignment is assigned to everyone. Course staff (faculty or TAs) or a system admin.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The assignment's assignee rows.
Not signed in.
Not course staff or a system admin.
Assignment not found in this course.
Server error.