by Dee Odee.
Hello. I'm building an application that loads data from Moodle using the REST API. When I call core_course_get_courses
, I get a course that doesn't show up in the Moodle UI. When I try to view the course by passing the id in the URL/course/view.php?id=myid
, I get a redirect. When I try to edit the course instead, I get this:
So far, maybe because I'm new to Moodle, I haven't seen any difference between it and any other course. I want to to exclude from the list of available courses, but I don't know what to use as an exclusion field.