Using GraphQL API to get a list of Assignments filtered by updated_at?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2021
11:07 AM
Hi
I am trying to integrate my application with SIS and build a nightly job that would fetch the updated/modified assignments. I could not find an endpoint using the standard Canvas API, so was suggested to try out the Canvas GraphQL API. But there as well I could not find a way to get a list of Assignments for a course even. If there exists a way i was hoping there would be a way to pass a timestamp parameter to compare with the updatedAt timestamp.
Could anyone please suggest how can I achieve that either by using the Canvas API or the GraphQL API?
Thanks In Advance
~Nick