Canvas Course API: Fetch only newly created and updated courses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024
02:27 AM
Hello Everyone,
I'm developing an application that accesses course data from the Canvas API using the endpoint GET /api/v1/accounts/:account_id/courses
. After each sync, I need to pull all the courses for an institution into my application, which is causing API performance issues. To optimize this, I would like to fetch only the newly created and updated courses upon every sync. Is there a Canvas API that tracks when a course is created or updated, so I can retrieve only the new and updated data?
Your guidance on this would be greatly appreciated.