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