provider classroom GET /assignments/{assignment_id}/grades
@utdk/github /assignments/{assignment_id}/grades
Get assignment grades
Gets grades for a GitHub Classroom assignment. Grades will only be returned if the current user is an administrator of the GitHub Classroom for the assignment.
assignment_id path required
The unique identifier of the classroom assignment.
integer

Try it

Authentication
Configure credentials for GitHub v3 REST API
classroom.getAssignmentGrades
GET/assignments/{assignment_id}/grades
Gets grades for a GitHub Classroom assignment. Grades will only be returned if the current user is an administrator of the GitHub Classroom for the assignment.

Parameters

required

The unique identifier of the classroom assignment.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import github from '@utdk/github';

await github.classroom.getAssignmentGrades()