How to add multiple files to assignment submissions
by Anang Ma`ruf Budiyanto. So recently I worked with moodle web service. So I want to save user submission and it is saved. But the problem is, the api will remove existing attachment (file(s)) and...
View ArticleRi: Re: REST-API: Create new users via auth_email_signup_user
by Alan Quaino. I'm also stuck in this situation. Everything is correct and I followed the Moodle API documentation. Also using Postman, and I'm getting the same error. Any help or solution? Thanks
View ArticleRi: Re: REST-API: Create new users via auth_email_signup_user
by Alan Quaino. I've found the solution. It's due to an error in the documentation. Check my issue: https://tracker.moodle.org/browse/MDL-71253.
View ArticleRi: Add custom profile fields via auth_email_signup
by Alan Quaino. I've found the solution. It's due to an error in the documentation. Check my issue: https://tracker.moodle.org/browse/MDL-71253.
View ArticleHow does the API manages time overrides (does it manage them at all) ?
by Jeff Noel. We're looking into the web service functionnalities such as mod_assign_get_assignments and mod_quiz_get_quizzes_by_courses to get data from moodle to display on our student portal (which...
View ArticleRe: error when adding external functions to a web service.
by Erik Pérez. This worked for me thanks. Identify buggy plugins and fix them
View ArticleHow to create a local plugin that exposes a SOAP service?
by Five String. Sorry for the vague question, but I've been trying for days to set up a WSDL-based SOAP web service and haven't been able to.Previously I have created REST services very simply.But I...
View ArticleHow I can Create robot.txt in Moodle
by Bobba Sree Venkatesh. Thanks in advance,I want to create a robot.txt file for the SEO in moodle and the theme I'm using in Moove. Please let me know how I can create a file to get the file...
View Articleuser import and update
by Michael Gies. Hello experts,I would appreciate an advice, just to know if it should be possible to use existent moodle webservice (in case, which webservice) to (make a tool in java to) import a...
View ArticleHow to use Moodle webservices
by Naqi Azam. Hello, I'm new to moodle's webservices and I wish to try creating a course via the core_course_create_courses function.I'm calling the webservice with the following url and its giving me...
View ArticleRe: How to use Moodle webservices
by Omar Esgaib. Probably has to do with the data sent to the WS and not the url, you need to pass data for the course to be created, that is the information with error probably and in this case, it...
View ArticleRe: How to use Moodle webservices
by Alisson Silva. Would you be able to tell me where I find the specification of the input and return parameters of this call to the API's core_course_create_courses method?
View ArticleWhere is Moodle Webservice API Methods Specification?
by Alisson Silva. Hey guys,Could someone help me where I can see the full specification of the API function core_course_create_courses, where it will be possible to display the expected input and...
View ArticleRe: How to use Moodle webservices
by Omar Esgaib. from https://moodle.org/mod/forum/discuss.php?d=343794So the documentation can be found in Administration block > Plugins > Web services > API Documentation. There is no...
View Articlewebservice core_course_get_courses
by Rémi BARRIERE. Hello,I use on moodle 3.8.8+ the core_course_get_courses function. The return by a call https: //my_url_xxx.yy/webservice/rest/server.php? Wstoken = xxxxyyyyyzzzzz & wsfunction =...
View ArticleRemove web service functions
by Ahmad Khaled. Hello,I want to delete the following web services functions:The web service function 'mod_quiz_get_user_attempts' The web service function 'mod_quiz_get_quizzes_by_courses' The web...
View ArticleRe: Own web server or external hosting?
by Umair Hussain. Best LMS requires best web hosting. I won't say that you must go for an external hosting service, but I will suggest you to go for the Managed Cloud hosting platform that obviously...
View ArticleToken Generation for custom Web Service access
by Fabian Windbacher. Hello,I am looking for the best possible solution for the following situation:We are creating a custom Web-Service for students, with a curated list of core moodle WS...
View ArticleSimpleCertificate API Question
by Chris C. New to the community, so I'm not sure where this question belongs...I wanted to use the SimpleCertificate API to download a certificate file, after the student completes a course....
View ArticleGet course grades for all/multiple users
by Peter G. I am trying to integrate Moodle with our information management system, but it is proving to be quite a bit more difficult than I expected. I need a way to pull all final course grades for...
View Article