- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2024
03:31 PM
Hi @DOVKRUGER,
The pagination info will not be in the JSON, but rather the html response header. In python, if you use the request library, you can use the .link property of the response to get the current and next links Canvas sends. I could send you a function I've made to get all pages of a Canvas API request if you have interest and are using python. If this is part of your perl code, perhaps someone with experience in that language will come in and give a suggestion.
-Chris