Re: Webservice POST error: Invalid token - token not found
by Mayank Tyagi. Hey Karishma,Try this link http://xxx/x/login/token.php?username=admin&password=***&service=shortname.If this link generate a token same as that of the token generated by you...
View ArticleProxy servers
by Nova jones. Hey guys,I have been recently learning about ip addresses and i came across a term called as proxy server. Can someone please help me with what actually is proxy server and how to i use...
View ArticleUnable to Update Course by Api Function core_course_update_courses
by Gaurav K. Hello I have LMS Moodle In that, I am using Moodle API by php curlFor that,1) I have Created a User role and assign permission to that role.2) Create user and assign that user to a...
View ArticleIntegration with Oracle based HRMIS
by Yasser Farid. Hello, In our organization we are using Moodle 3.6 based E-Training portal for our employees, as we are using Oracle based HRMIS system for all Employees HR processes , now we have a...
View ArticleRe: Proxy servers
by Nova jones. Hi, I found this article on IP Addresses and it was quite helpful, explained a lot.
View ArticleRe: Webservice and core function parameters
by Mayank Tyagi. Hey Karishma,If you want to add rest parameter for GET/POST you can do it by...
View Articlemoodle webservice(mod_quiz_save_attempt) is no longer working
by retigence tech. I am working on a project where i am using moodle quiz feature. and I am using below mentioned webservice all are working but except (mod_quiz_save_attempt)mod_quiz_start_attempt //...
View ArticleRe: moodle webservice(mod_quiz_save_attempt) is no longer working
by Matteo Scaramuccia. Hello,the way you should pass data back to the web service is different from a plain JSON object: see an example about another web service in...
View ArticleHow to Develop Custom Web Services in Moodle
by Amit Ringola. How to develop custom web services in moodle.
View ArticleRe: moodle webservice(mod_quiz_save_attempt) is no longer working
by kumar ret. Thanks for the replyI checked the same. But getting same problem ...my code is ///require_once('./curl.php'); $token = 'mytoken'; $functionname = 'mod_quiz_save_attempt'; $domainname =...
View ArticleCurl.php in moodle custom web service plugin
by Amit Ringola. What is the use of curl.php . in custom moodle web service plugin
View ArticleCustom web service issue
by Amit Ringola. I developed a custom web service, when i am adding function to the service created function is not in the drop down.
View Articleenrol_manual_enrol_users without enrolling the web service user
by Max Longus. Hello,Is it possible to enrol users in a course by REST web service without previously manually enrolling the web service user in that course ?I have to create a lot of courses in...
View Articleerror message that came out of the blue
by David Olson. Plugin dependencies checkMoodle Mobile tools/admin/tool/mobile20171113002017111300Moodle 2017110800webservice_rest (2017110800) Fails UnavailableI just opened our version of moodle and...
View ArticleRe: error message that came out of the blue
by Ken Task. Appears you have/running version 3.4.x of Moodle.Please go to http(s)://yourserver/admin/settings.php?section=mobilesettings and see how that's set.cat...
View ArticleUsing the web services api to change a Quiz time
by Randall Reed. Hi All,I'm using the web services api and I want to update a timeopen date programmatically. I don't see which api will allow me to do that? Any suggestions?Thanks so much.Randy
View ArticleRe: error message that came out of the blue
by David Olson. cat ./moodle34/admin/tool/mobile/version.phpshows:defined('MOODLE_INTERNAL') || die();$plugin->version = 2017111300; // The current plugin version (Date:...
View ArticleRe: error message that came out of the blue
by Ken Task. And when you went tohttp(s)://yourserver/admin/settings.php?section=mobilesettingsas suggested earlier you saw what?Think Moodle 3.4.x had a bug in it related. Have a 3.4.highest for...
View ArticleRe: moodle webservice(mod_quiz_save_attempt) is no longer working
by kumar ret. Hi Matteo, Please check the code , where I am doing wrong and If I hit same web service with same code in locally(moodle project deployed locally) it is working ... but it is not...
View Article