Skip to main content

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.

View source

Request

Responses

Students, assignments, and a nested grades map (grades[studentId][assignmentId]).