api/self/courses Restrict to termID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2020
01:31 PM
Hello,
I'm trying to add a constraint to this API call: "/api/v1/users/self/courses?inlcude[]=term&include[]=sections&per_page=75"
I want to restrict it so only the specific enrollment terms I want will return. I tried adding &enrollment_term_id=:termID but it still is returns all terms.
Does any one have any ideas to achieve this?
Thanks,
Brian