Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
Found this content helpful? Log in or sign up to leave a like!
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.
Try /api/v1/accounts/:accounts id/courses?enrollment_term_id=4444.
Try /api/v1/accounts/:accounts id/courses?enrollment_term_id=4444.
Hi Daniel
It works, thank you so much!
li
Great, I'm glad! You're welcome!
To participate in the Instructure Community, you need to sign up or log in:
Sign In