List of Submissions via API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Has there been a change to the Submissions API? Everything seems to indicate that if you make a request to /api/v1/courses/{some course id number}/assignments/{some assignment id number} you should get a list (0-n) submissions. (https://canvas.instructure.com/doc/api/submissions.html#method.submissions_api.index)
Whenever I hit that endpoint (several different assignments and courses), I get at most one (1) submission back. As far as I can tell it's always the most 'recent' submission. Passing per_page or other include(s) don't seem to cause any additional submissions (but includes do cause additional information to be returned).
I'd swear this used to return multiples, but I can't find any combination that does it.
Anyone have any ideas on what I could be doing wrong?