Get courses based on an attribute setting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023
09:39 AM
What api endpoint can be called to fetch a list of all courses in our system based on a course attribute?
The ultimate objective is to find the courses with a restrict_student_past_view attribute equal to 'false', so I can then use the Update Course Settings endpoint to change it to 'true'.
I thought the List your courses endpoint looked promising, but discovered that it only works for the user making the call.