Get the course grade matrix
GET/api/courses/:id/grades
Returns the full gradebook matrix for a course: students x assignments with each cell holding the student's summed assignment grade (problem grades collapsed into one total). Course staff (faculty or TAs) or a system admin. Reading the whole gradebook is a FERPA-relevant access, so it's recorded (throttled) in the audit log.
Request
Responses
- 200
- 401
- 403
- 500
Students, assignments, and a nested grades map (grades[studentId][assignmentId]).
Not signed in.
Not course staff (faculty or TAs) or a system admin.
Server error.