Need help with - Assignments API: List assignments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017
09:41 AM
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.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2017
01:58 PM
Thanks, for you help.
The problem ended up being me . I was doing a POST not a GET so once I fixed that all was good.