Our campus is attempting to systematically pull detailed quiz submission results by student out of canvas using the following API call:
https://campus.instructure.com/api/v1/courses/<course_id>/assignments/<assignment_id/submissions?inc...
However we've noticed that this Get returns only a fraction of the total submissions for this assignment. We can see these submissions when we navigate to the response details within the Canvas web portal. We can also see the scores of all the students using Canvas Data. But for some reason this api call only gives us a small sample of the total data.
Anyone else run into this issue? Any ideas how to solve it?
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.