Grade Change Log
A GradeChangeEventLinks object looks like:
{
// ID of the assignment associated with the event
"assignment": 2319,
// ID of the course associated with the event. will match the context_id in the
// associated assignment if the context type for the assignment is a course
"course": 2319,
// ID of the student associated with the event. will match the user_id in the
// associated submission.
"student": 2319,
// ID of the grader associated with the event. will match the grader_id in the
// associated submission.
"grader": 2319,
// ID of the page view during the event if it exists.
"page_view": "e2b76430-27a5-0131-3ca1-48e0eb13f29b"
}A GradeChangeEvent object looks like:
Query by assignment
GET /api/v1/audit/grade_change/assignments/:assignment_id
Request Parameters:
Parameter
Type
Description
Query by course
GET /api/v1/audit/grade_change/courses/:course_id
Request Parameters:
Parameter
Type
Description
Query by student
GET /api/v1/audit/grade_change/students/:student_id
Request Parameters:
Parameter
Type
Description
Query by grader
GET /api/v1/audit/grade_change/graders/:grader_id
Request Parameters:
Parameter
Type
Description
Advanced query
GET /api/v1/audit/grade_change
Request Parameters:
Parameter
Type
Description
Last updated
Was this helpful?