Re: Fetch assignment details for a course, including due dates.
by Zadok Lindt. The on pe I have found so far reports...
View ArticleRe: Unable to set 'department' and 'institution'
by Richard van Iwaarden. This has been fixed and will probably be in Moodle 3.6
View ArticleStudent unable to list their own courses!
by Petar Nikolovski. Hi, I've set a "student" role for a user, and enrolled them in the course. The user is able to successfully obtain token, however when trying to fetch courses using...
View ArticleUnable to manual enrol: enrol_manual_enrol_users
by Hajo Emch. Hi I tried to enrul a user with c# and get the message: Missing required key in single structure: useridI do it the same way as creating courses or users, so I think the format is...
View ArticleRe: core_user_get_users_by_field return blank array
by Tim Titchmarsh. HiDid you get this to work?I'm having similar issue, I can get user data by id but not by email, username etc. I think its because email and username (and many others) are optional...
View ArticleRe: Web Service User Cannot Change Another User's Preferences
by Matt Sawatzky. Did you ever figure out the issue?I am having the same problem.
View ArticleRe: Myddleware and Magento
by Exinent LLC. Try the Next-Generation Magento Architecture from Exinent which give excellent Magento 2 Development Services.
View ArticleRe: Unable to manual enrol: enrol_manual_enrol_users
by Tim Titchmarsh. HiUnlikely to be permissions with that error message I would think, more likely the names of the parameters. I use: write_log("add user to course " . $moodle_user_id . "" ....
View Articlecore_enrol_edit_user_enrolment
by Tim Titchmarsh. HiHas anyone tried the new core_enrol_edit_user_enrolment web services call?I have managed to setup users, enrol users in courses via web services and all works fine.I wanted to...
View ArticleHow to get all users with core_user_get_users and PHP
by Josip Zmikic. Hi there,i have been going round and round witht his problem. I can get specific user if i use their id or email, but i cant get more then one user via api call.The user i get isnt...
View ArticleWeb service Error ('args' parameter)
by Blanca Pena. Hello Moodle Community!We have set up a web service to connect to an external system. The external system is called KuferSQL. We want to transfer all courses from KuferSQL to the...
View ArticleMoodle Web Services Development
by Mohamad El Bohsaly. Dears,As a web developer with a few months of experience (HTML/CSS/JavaScript/PHP), what track is preferable to follow regarding Moodle's Web services?
View ArticleRe: Unable to manual enrol: enrol_manual_enrol_users
by Hajo Emch. Hi Timthanks for help. I use data transfer objects with xml Attributes and had a space after userid. Now it works better, but I get:...
View ArticleRe: Web service Error ('args' parameter)
by Kevin Frye. I have a similar issue related to setting up web services. I am using Iomad and have tested this originally in version 3.2 and it worked well. I am deploying a site and started fresh...
View ArticleRe: Unable to manual enrol: enrol_manual_enrol_users
by Hajo Emch. If I enrol my service user to the course and give him the permission 'Allow role assignments' then it works. But I dont want to enrol my service user! Is there a way to enrol students,...
View ArticleAddning Course enrolment method through webservices.
by santosh Suwarnkar. Hi, I have installed "Webservice functions for cohort enrolment" plug in to Add a cohort enrolment instance to a course.I have implemented code for...
View ArticleWeb service running in Docker connecting to Moodle running in Docker
by Ning H. Hi, I have an LTI app that's running in Docker on my local machine, and I want to call Moodle web services with it. Moodle is also running on Docker on my local machine.The client I am...
View ArticleRe: Web service running in Docker connecting to Moodle running in Docker
by Matteo Scaramuccia. Hi Ning,what is the Moodle image your container is running from?From the error (localhost:8000), I'm guessing you're using https://github.com/moodlehq/moodle-docker/ .If...
View ArticleRe: Web service running in Docker connecting to Moodle running in Docker
by Ning H. Hi Matteo, Thank you for the suggestion! I was able to fix the issue earlier today on the app side by putting the app server inside the host network.
View ArticleRe: Web service running in Docker connecting to Moodle running in Docker
by Matteo Scaramuccia. Great !Yes, under the same network it is reachable even via the named service, if you'll play with a docker composition.Enjoy!Matteo
View Article