I am creating an API call that queries courses for the syllabus document by using the "/v1/courses/{course_id}/files" GET statement. I have proven that the GET statement works as expected. However, I need an efficient way to retrieve all of the {course_id} numbers for a particular term. I have looked at other GET statements but cannot seem to find one that would produce the necessary data. I can manually run a provisioning course report to obtain the necessary information, but I am trying to automate this process. Is it possible to automate a provisioning report to produce a list of current term courses or is there another GET statement that I am not seeing?
Thank you.