pull courses for a term
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2018
01:58 PM
Hello,
I want to pull all courses for one term(e.g., fall 2018, the enrollment_term_id is 4444) so I am using /api/v1/accounts/:accounts id/courses?include[]=term to pull all courses under root account which takes forever, and then filter out by enrollment_term_id ==4444
is there an easier and faster way to do so using python?
Thank you so much!
li
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2018
02:08 PM
Try /api/v1/accounts/:accounts id/courses?enrollment_term_id=4444.