Canvas Course API: Fetch only newly created and updated courses

test
Community Explorer

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.

Labels (1)
0 Likes