pull courses for a term

Jump to solution
julielkz
Community Explorer

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

Labels (2)
1 Solution
dgrobani
Community Champion

Try /api/v1/accounts/:accounts id/courses?enrollment_term_id=4444.

View solution in original post

0 Likes