Get course by course code

Jump to solution
saelterman
Community Novice

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.

Labels (1)
1 Solution
James
Community Champion

I just tested List active courses in an account with a query parameter of search_term and it looks at the course code.

View solution in original post