Get whether assignment has been graded or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022
03:01 PM
We have built a dashboard for our students. We have a dial that shows assignments submitted versus needing submitted. The issue we have faced is that some of our courses use 3rd party tools that post a grade in gradebook, but do not mark the assignment as submitted. So we thought we would switch this dial to show graded versus not graded. In looking through the API, it looked like we could pull that list assignments by user and passing the include[]=submission parameter. Our endpoint is structure as so:
When I make this call in Postman, no submissions object is received...just assignment objects. What am I missing?