Access limit

Jump to solution
Zoe9
Community Member

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?

0 Likes
1 Solution
ColtonSwapp
Instructure
Instructure

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

View solution in original post

0 Likes