GET /api/gradebook/offerings/{offering_id}/students/{student_id}/grades
GET
/api/gradebook/offerings/{offering_id}/students/{student_id}/grades
A student’s own grades for an offering. Students can only view their own grades. Instructors of the offering can view any student’s grades.
Parameters
Path Parameters
offering_id
required
string format: uuid
Offering ID
student_id
required
string format: uuid
Student user ID
Responses
200
Student grades for offering
401
Unauthorized
403
Forbidden