List of Submissions via API

fentl
Community Explorer

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?

Labels (1)