Re: core_course_get_courses just course id and shortname
by Charan Sri. Thank you Edwin,Is there any way for getting list of courses based on categoryid?RegardsCharan
View ArticleRe: core_course_get_courses just course id and shortname
by Edwin Torn Broers. Hi Charan,not that I know off. But all the information is there, its just need some extra processing. You could wrap this call in a function or script and make a list of only the...
View ArticleRe: core_course_get_courses just course id and shortname
by Charan Sri. Ok Thank you...
View ArticleConnecting Moodle with Jenkins
by Jülide Dursun. Hello everyone,I would like to have a connection between Moodle and the software Jenkins. Imagine following scenario:A Moodle participant has chosen a course about the software DOORS...
View ArticleRe: core_course_get_courses by categoryid
by Jack Russell. HiDid you find a solution to this?
View ArticleUpdating scorm module activity fields
by Andrew Blum. Greetings.First time post. Thanks for allowing me to join the community.I'm new to Moodle and the Web Services API. I'm trying to automate course creation for a team of content...
View ArticleHelp! Invalid token - token not found
by Amber F. Hi there,I am trying to add users to Moodle from an external system via the REST API.I have follow the directions on this page under 'Allow an external system to control Moodle':...
View ArticleCan not find data record in database table external_functions
by Charan Sri. Hello All,I am trying to write a custom web service in Moodle. I took local_wstemplates_hello_world as an example and trying to implement a webservice for my custom plugin.I have added...
View ArticleLocation of webservice definition
by Jean-Roch Meurisse. Hi there,Looking at both moodle doc and webservice implementations in some mod plugins, I notice that external functions are either in externallib.php in root dir of plugin...
View ArticleRe: Myddleware plugin
by Greg Rudl. Understand. I'm trying to set up an integration between Netsuite and Moodle--can MW support and how? Since it's not on the list, would I have to use FTP?
View ArticleDoesn't work saving attempt data through REST API
by Дмитрий Марков. Doesn't work saving attempt data through REST API Webservice (mod_quiz_save_attempt_data & mod_quiz_process_attempt_data).Another functions like authentification or starting and...
View ArticleProblem in core_files_upload API
by Aniket Sankpal. I am using core_files_upload API to upload files into moodle.But it is giving an error "File not specified"Below is my API call...
View ArticleRe: Myddleware plugin
by Stéphane Faure. Hi Greg,Unfortunately Netsuite isn't connected to Moodle for now. But it is really doable to connect it. You can develelop the connector yourself by following this tutorial :...
View ArticleAssignment activity submission API
by Aniket Sankpal. How to get draft id to submit an assignment through mod_assign_save_submission API.I am using http://moodle/webservice/upload.php file to upload the file which giving following JSON...
View Articlehow to start work in webservices
by deva m. Hi,i want to know how web services in moodle works, also the work flow of web serviceshow to initiate the work in webservices and what and all i needed to acquire it...some information in...
View ArticleAccessing Moodle Blogs via web service
by Sandeep Kohli. Hello,I have enabled blog on my website.I want to access these blogs via webservice and show it on my mobile.When i searched the webservice api,...
View ArticleWebservice not working enrollment and create user getting Invalid parameter...
by sandeep campbell. Below is the code, i am executing on cloud. Always getting following errorEXCEPTION...
View ArticleRe: how to start work in webservices
by Abhishek Pawar. Dear deva m,U just need almost two file to start your web service.1) db/service.php2) externallib.phpservice.php contain two array and externalib.php contains external...
View ArticleViewing Tokens/Webservices set up by other users
by Zachary Jakubiak. Hello all,Our original main administrator is leaving our organization so I am taking over in his place. He is walking me through the details, but we noticed that I cannot see any...
View Articleuser field updated through web service
by Abhishek Pawar. Dear all,How can i updated user field through web service.Please guide me...Thanks and Regards,Abhishek
View Article