Get course by course code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2018
01:44 PM
Is there a way to get a particular course by its course code instead of its ID or SIS_ID? For example
/api/v1/courses/course_code:mycoursecode
I know the obvious answer is to retrieve all courses and loop to find the one(s) I need. So I am looking for the API to do the filtering for me to reduce the amount of data to load from the API.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2018
02:13 PM
I just tested List active courses in an account with a query parameter of search_term and it looks at the course code.