How to show courses using enrollment term id via API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019
08:07 AM
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
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019
08:17 AM
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.