Get my grades for a course
GET/api/courses/:id/student-grades
Returns the signed-in student's own grade breakdown for a course: published assignments, their problems, and per-problem grade, latest submission status, and attempt count. Available to enrolled members (viewing their own data) and to staff.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The caller's per-assignment, per-problem grade breakdown.
Missing course id.
Not signed in.
Not enrolled and not staff.
Server error.