Using the REST API I can get list of my current active courses and courses tagged as favorite, but not older courses. I.e., the request below only shows a subset of courses
"https://school.instructure.com/api/v1/courses"
How can I list all courses that I created and their ID numbers as of a certain date?
It seems you can not simply go into the Web pages and make any course a favorite.
You may need to handle pagination of the response, see list_your_courses.py at https://github.com/gqmaguirejr/Canvas-tools
I was able to get the 164 courses that I am in.
I was able to get 164 courses.