chriscas
Community Coach
Community Coach

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

View solution in original post

Who Me Too'd this solution