Ability to export a title list of courses from a term

Chris.G.1055
Chris.G.1055 Posts: 2 New Community Member

Hi Brightspace Community,

I am looking for a way to export a title list of courses from a term in Brightspace. For example, all the class course titles for Spring of 2026. I am not seeing anything in the Data Hub that includes course titles. Thanks for any input.

Answers

  • Michel.M.3069
    Michel.M.3069 Posts: 1 🌱

    Hello Chris,

    I would use the Org Unit Editor to find the OrgUnitID of your term. For us, our Spring/Summer Semester ID is 572802.

    image.png


    Then I would use the OrganizationalUnitParents dataset to find all courses under that parent.

    image.png

    And finally, I would use the OrganizatinalUnits dataset to match these numbers with the titles.

    image.png

    Hope that helps!

    Mike