The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
Does anyone know how to view more than 1 page of responses in Postman? For example, if I run a canvas API request that retrieves a paginated list, like a list of assignments, Postman will only show the 1st page in the body, it appears. I searched the documentation of Postman but no luck. I also tried Send and Download when running the request, but it still only sends 1 page of responses.
Solved! Go to Solution.
This page is a good resource: Pagination - Canvas LMS REST API Documentation.
Also, searching the community for "pagination" will yield several discussions that might be useful.
I'm not sure about retrieving more than 1 page in one api but you can specify which page to load (and how many to load per page) by appending the appropriate parameters to the request url like so : &page=2&per_page=50
This page is a good resource: Pagination - Canvas LMS REST API Documentation.
Also, searching the community for "pagination" will yield several discussions that might be useful.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in