Retrieve course navigation tools

Jump to solution
ma2748
Community Novice

How I get retrieve information about course navigation tools. It looks like course_ui_navigation tables have this information. But I don't see how I can get names of the tools. But example, I need to retrieve information about courses that are using Conferences.

0 Likes
1 Solution
smccann
Instructure
Instructure

Hi Marina,

The course_ui_canvas_navigation_dim will provide you the name of the navigation item you are looking for. This can be joined to the course_ui_navigation_item_fact to look at specific courses/accounts/terms.

View solution in original post