Own web server or external hosting?
by Guido Nesa. Obviously, full return on moodle system is achieved when access to it is possible not only from the local network of the educational institution, but also from the global Internet. So...
View ArticleRe: Launch Moodle SCORM file in external app
by Frank Harrington. Hi Lucy - I have the same challenge/requirement. I can't really help you answer, but curious if you found a good way to accomplish this?
View Articleproviding json payload
by Paul Gatewood. I have not been able to find clear answer to this question:Is it possible to provide the argument(s) for a webservice function as a json object?For example, core_user_create_users...
View ArticleRe: providing json payload (solved)
by Paul Gatewood. In case it helps anyone, I finally got this working. I had to install the plugin Web service protocols: RESTful protocol. Once I had installed it, from here:...
View ArticleRe: REST-API: Create new users via auth_email_signup_user
by Andi Sobandi. Hi, Kevin ZappI'm using auth_email_signup but I can't add custom profile fieldsI look and write code like API Documentation but it doesn't workmoodlewsrestformat:json...
View ArticleAdd custom profile fields via auth_email_signup
by Andi Sobandi. Hi,I want to ask about the auth_email_signup web serviceI'm using auth_email_signup but I can't add custom profile fieldsI look and write code like API Documentation but it doesn't...
View ArticleRe: How to Create and Edit a Module through a Webservice
by Pierre Cartier. I'm actualy looking for it too ! Specially to edit date restriction acces using timestamp. This is visible in core_course_get_contents or core_course_get_course_module, but no...
View Articlecore_user_create_users does not validate custom fields
by Brian Braido. Hello, I've searched the forum and don't see this question anywhere. If there is already an answer please feel free to direct me to the discussion. Apologies if this is a...
View ArticleRe: upload multiple files in an assignment
by Arvind Murali. I'm looking for an answer to this as well. Most of my students use tablets and uploading one at a time is a real pain
View ArticleRe: upload multiple files in an assignment
by Darin Jojas. Hi Murali,this issue solved! the problem was that the item id in upload.php endpoint is for the file area not for the file itself so the first upload file will generate itemid this id...
View ArticleBest and cheapest web hosting company
by Kriti Soni. Hostinc is now available to provide the best and the cheapest web hosting. In this price you cannot any platform better than this. You will get full support from the technical team....
View ArticleAdd custom profile fields via auth_email_signup
by Andi Sobandi. Hi,I want to ask about the auth_email_signup web serviceI'm using auth_email_signup but I can't add custom profile fieldsI look and write code like API Documentation but it doesn't...
View ArticleRe: error when adding external functions to a web service.
by sadaf sadafian. Hi There is no need to using "brute force" algorithm to find issue! You can find it in O(1) ! just add this code after line 87 (in if scope): print_r($function); after refreshing...
View ArticleI need your help please
by Ulrich Eckardt. Hi,I'm a "beginner" concerning API and I don't understand some things and I need your help.1.) I've created a token in plugin webservices to use the API and it works. I can create...
View ArticlePush Activities to A Mobile App
by Tim F. I am trying to push our activities to a mobile app - the developer he can do it if we can get them in JSON format - the other option we are looking at is exporting our questions and creating...
View ArticleChange profile picture remotelly.
by Gerard Forcada. HelloWe have 2+ moodle installations spread, and i need to update profile pictures remotely, so i turned to web services. The core_files_upload to upload picture, and...
View ArticleCommunicate with moodle-DB using RESTful-API in VBA
by Arndt David Graulich. Hello everyone,I am trying to handle moodle data from our schools MS-Access database using VBA-code to post xml.objects that I also successfully used for an API communicating...
View ArticleWeb Service - Create User
by Xlr8ED LEARNING. Hi EveryoneI was reading a discussion from 2012 about creating a new user in moodle using Web Service. I am trying to find clarification and possibly instructions on this topic....
View ArticleRe: enrol_manual_enrol_users without enrolling the web service user
by Ben Kahn. I would recommend looking at Massimo's suggestion - you can enable roles to assign other roles rather than creating a new webservice like seen here for the Web Service User role.
View ArticleUser update via Moodle SSO and Webservices
by Nikhil Bidi. Hi,I wanted to know whether is it possible to trigger an API to update a password in another software when the user updates his password in moodle profile section. Our requirement is...
View Article