Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
Found this content helpful? Log in or sign up to leave a like!
When I try to list all the users in canvas lms through api , it is only showing first 100. Does the api restrict the response only to 100 objects, even though I have more users(sudents)??
Solved! Go to Solution.
@swetha_cheruku Canvas API responses are paginated. There are a few ways to work through pages of results. Please check out the pagination section of the API documentation.
Yes, 100 is the limit of objects per page.
@swetha_cheruku Canvas API responses are paginated. There are a few ways to work through pages of results. Please check out the pagination section of the API documentation.
When I try to list all the users in canvas lms through api , it is only showing first 100. Does the api restrict the response only to 100 objects, even though I have more users(sudents)??
Yes, 100 is the limit of objects per page.
you need to look at page 2 of the results to see the next set of (100) users
To participate in the Instructure Community, you need to sign up or log in:
Sign In