Skip to main content

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.

View source

Request

Responses

Published assignments with totalGrade and maxGrade.