[ARCHIVED] Find the course section of an assignment via API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2020
01:31 PM
Hello! I have a simple question:
How can I find out the Course Section of an Assignment via API?
When I use "/api/v1/courses/courseid/assignments' I get a table of assignments. There is a column with the course id but there is not a column with the section id.
I can use APIs to get all the courses and all the sections of a course, but I can't find a connection between assignments and sections.
Can someone help?