Howdy folks!
I'm starting to take a deeper dive into pulling data with REST and am starting to tackle a few items that would be easier to resolve with a quick query over doing some data combinations from DataHub.
Is it possible to use something like the below to return all courses for a specific semester?
{{BrightspaceDomain}}/d2l/api/lp/{{lpversion}}/courses/?Semester.Identifier=(semester code here)
I've tried several variations to pull back based on the Name, Code, and Start/End dates but keep bumping into a { Errors: [ {Message: "No scopes defined for specified requests."} ] } message. Running a flat GET with the OrgUnitId returns everything about a specific course no problem, so I don't think it's the scopes in my token causing me an issue. I'm suspecting I've got a syntax issue going on but I'm just not seeing it.
Thanks!
Kyler