See multiple pages of responses in Postman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2018
08:56 PM
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.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2018
03:03 PM
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.