List a course's assignments
GET/api/courses/:id/assignments
Lists a course's assignments with each one's total and max grade (summed across its problems). Published only by default; pass includeUnpublished=1 to also return drafts (used by the staff assignment switcher). Course staff or a system admin.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Published assignments with totalGrade and maxGrade.
Not signed in.
Caller is not course faculty or a system admin (TAs excluded).
Course not found.
Server error.