Course Audit API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024
07:18 AM
We were trying to retrieve when courses (plural) were published and by whom using the Course Audit API.
https://canvas.instructure.com/doc/api/course_audit_log.html
For "Query By Course", the API seemed to work (least for a years-worth of data). This is the same as what you can pull from the Admin > Course Activity log UI. However, since we want report on a large number of courses, doing it by Course seemed rather painful.
When we tried the "Query By Account", we got surprisingly very little data back (even with setting the start_time a year ago).
Has anyone else played with the Course Audit API?