[ARCHIVED] API Pagination Parameters - &per_page &page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2021
06:19 AM
Do you guys have any idea why these parameters &per_page=100&page=3
work here
/api/v1/courses/:course_id/users?enrollment_role_id=3&per_page=100&page=3
but doesn't work here
/api/v1/courses/:course_id/enrollments?include[]=current_points&type[]=StudentEnrollment&per_page=100&page=3
i keep getting page 1 data
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.