How to show courses using enrollment term id via API

Jump to solution
fabiocunha
Community Explorer

I use the endpoint below to get all enrollment_terms

/api/v1/accounts/:account_id/terms

Is it possible to show all courses based in an enrollment_term id?

Regards,

Fabio

0 Likes
1 Solution
James
Community Champion

 @fabiocunha ,

Yes.

The List active courses in an account endpoint of the Accounts API has a parameter enrollment_term_id that you can set to the ID of the enrollment term.

View solution in original post