Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024
09:43 AM
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.
2 Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024
10:05 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024
12:50 PM
Yes, 100 is the limit of objects per page.