Access limit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2022
09:25 PM
I can only access 100 records when I use postman to retrieve Canvas data. How can I access more records at a time through the postman?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022
01:10 PM
Hello @Zoe9
I am not super familiar with postman, but is there a way to paginate your results when you run them through Postman? I know sometimes you have to add
?per_page=100&page=1 at the end of the call to look at more results. You can change it to use as an example ?per_page=100&page=2 or even ?per_page=100&page=3 to look at the different pages per 100 results.
Have you reached out to postman on this yet? HERE is a link to their support page.
Hopefully this helps!
-Colton