Hello all,
I am trying to find out why my API is not pulling all courses for an account. I just created ~275 courses and I used the following API:
GET: MYCANVAS/api/v1/accounts/1/courses?enrollment_term_id=8&per_page=500
and I get a list of about 100 of the courses but I know there is more. I even searched manually via the URL code for courses and I know they exist in this account. Any idea what I may be doing wrong? I searched on the API site and could not find anything useful.
Jason