Hi - not sure if this forum deals with bug reports, if not please let me know where to file this (or, maybe it's not a bug?)
When I retrieve Courses from an Account, I would assume that the response would only contain Courses with the same Account Id, but I'm seeing requests to:
https://[my site].instructure.com/api/v1/accounts/[account-id-1234]/courses
Response:
...
{
"id": [course id],
"name": "[course name]",
"account_id": [account-id-6789],
...
},
Is this by design? Is it pulling the courses by the root_account_id?