Need help with - Assignments API: List assignments

Jump to solution
aday
Community Explorer

ok, i am trying to return a List of assignments belonging to a course my URL is:

https://*******.com/api/v1/courses/1028/assignments

but I keep getting the following error: 

{"errors":[{"message":"assignment is missing"}]}

i am not sure what the issue is, if i try it with the Live Api  doc it looks to be working so I am not sure that is wrong. I am able to create assignments just not get a list back.

Labels (1)
0 Likes
1 Solution
aday
Community Explorer

Thanks, for you help.

The problem ended up being me Smiley Happy. I was doing a POST not a GET so once I fixed that all was good.

View solution in original post