I'm trying to import SIS courses into the correct sub_accounts, but nothing seems to work.
Here is a great mystery.
The courses list shows 300+ courses,
The subaccount page shows 300+ courses all in the root account
But API queries show just 10 courses!
Here was the crude API I used in the console:
for(var i=0;i<200;i++) $.getJSON("/api/v1/accounts/"+i+"/courses", function(data) { console.log(data); });
At first I thought it was my browser console limiting reports to 10 objects, but It doesn't matter if the API query is done via PHP with my access_token or by console. (And there I did it by listing subaccounts and running a query for each subaccount instead of the crude way).
Why does the import ignore my account_id settings?
Here are the images:


