Get enrolment timestart / timeend via WebService

Get enrolment timestart / timeend via WebService

by Günter Lukas -
Number of replies: 1

Hi,

is there a WebService function which allows me to get the timestart / timeend of a manual enrolment?

Jozef K had a similar topic described here: https://moodle.org/mod/forum/discuss.php?d=380623

Thanks

Average of ratings: -
In reply to Günter Lukas

Re: Get enrolment timestart / timeend via WebService

by Mayank Tyagi -
Hi Lukas,

No there are no inbuilt webservice for manual enrolment. You need to make your own webservice for this. But moodle have inbuilt core function "enrol_get_enrolment_end" which return enrolment end time. If you want you can use this function according to your need.

Warm Regards,
Mayank