Course Assignments in a Term
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2016
01:19 PM
Hello All,
I am trying to figure out a way to run an API that will give me all assignments, what type of assignment it is, as well as what course, and module the assignment is in, for a given term. The reasoning behind this is that I need to assign start/end dates to the assignments before I copy courses, and instead of going into each our our 300 Master Shells, I would like to run an API to get this information, and then Post a value to the start/ed/due dates.
So far I am thinking that some variation of GET /v1/courses/assignments would work to pull the information, but I want to see if there is a way to limit this to only a specific term. I do not see this parameter in the API notes. Any ideas?
Jason