10-Item API Call Limit

Jump to solution
Metroidude
Community Explorer

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!

Labels (1)
0 Likes
1 Solution
dgrobani
Community Champion

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.

View solution in original post