Course Audit log
A CourseEventLink object looks like:
{
// ID of the course for the event.
"course": 12345,
// ID of the user for the event (who made the change).
"user": 12345,
// ID of the page view during the event if it exists.
"page_view": "e2b76430-27a5-0131-3ca1-48e0eb13f29b",
// ID of the course that this course was copied from. This is only included if
// the event_type is copied_from.
"copied_from": 12345,
// ID of the course that this course was copied to. This is only included if the
// event_type is copied_to.
"copied_to": 12345,
// ID of the SIS batch that triggered the event.
"sis_batch": 12345
}A CourseEvent object looks like:
A CreatedEventData object looks like:
An UpdatedEventData object looks like:
GET /api/v1/audit/course/courses/:course_id
GET /api/v1/audit/course/courses/:course_idRequest Parameters:
Parameter
Type
Description
GET /api/v1/audit/course/accounts/:account_id
GET /api/v1/audit/course/accounts/:account_idRequest Parameters:
Parameter
Type
Description
Last updated
Was this helpful?