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.