Closed cycomachead closed 6 years ago
@cycomachead I'll pass this on the the product manager for assignments to see if it is something they want to do. Thanks!
Thanks! I also have a related post in the Canvas Community, which I'll add for reference: https://community.canvaslms.com/thread/7269
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Let's say I'm making a request to to
/api/..../submissions/?...include[]=assignments
.There should be a way to pass parameters to the assignments request, as I would if I were going to make a request to
/api/.../assignments/:id/?all_dates=true&override_assignment_dates=false
Without that functionality, there are cases where you could use an include, but will still need to make all the individual requests because you can't get the data you want.