core_enrol_get_course_enrolment_methods method returns nothing

core_enrol_get_course_enrolment_methods method returns nothing

by Jarod Knoten -
Number of replies: 2

I am trying to get a list of enrollment methods for a course. Using the example POST below.


https://10.1.19.118/webservice/rest/server.php?wstoken={mytoken}&wsfunction=core_enrol_get_course_enrolment_methods&moodlewsrestformat=json&courseid=2

I am getting a blank object in return "[]"


The course has the enrollment methods assigned to it. Any ideas would be helpful.

Average of ratings: -
In reply to Jarod Knoten

Re: core_enrol_get_course_enrolment_methods method returns nothing

by Barry Matthias -

Hi


First thing to check is that none of the enrolment methods are disabled in the course, from testing i have found if any of them are disabled especially the Self Enrolment one you will get a blank return value.


regards


Barry Matthias

Blackboard UK