Get whether assignment has been graded or not.

hess
Community Explorer

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:

https://ourschool.instructure.com:443/api/v1/users/####/courses/##/assignments?per_page=9999&include...

When I make this call in Postman, no submissions object is received...just assignment objects. What am I missing? 

 

Labels (3)
0 Likes