vusaverse / canvas-analytics

R repository with a data pipeline for Canvas LMS data using the `vvcanvas` R package to access the API.
MIT License
0 stars 0 forks source link

Check which methods have a limitation #3

Closed Tomeriko96 closed 1 week ago

Tomeriko96 commented 1 week ago

It seems that enrollments and files api calls have been limited, as they respectively show maximum observatiosn of 100 and 10.

Tomeriko96 commented 1 week ago

seems to affect:

Tomeriko96 commented 1 week ago

Assignments are maxed at 10, Files and Enrollments at 100. A pagination fix has been committed in each download script. To be implemented in vvcanvas