10-Item API Call Limit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am the founder of an EdTech startup called Homework Muffin. We help busy students avoid that chaotic feeling of disorganization in their semester by creating organizational tools so they can live balanced lives.
We're working on developing interaction with Canvas now. We encountered a 10-item limit during a Canvas API call. We're trying to pull assignments from student's Canvas accounts. Is there any way to increase that limit?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Canvas API calls by default return pages of 10 items. For more info on this, see Pagination - Canvas LMS REST API Documentation.
For examples of handling pagination in various situations and programming languages, see Solved: Handling Pagination - Instructure Community.