Re: Own web server or external hosting?
by riiupw afrass. What hosting u can advice in 2021?
View ArticleAutologin after retrieving webservice token for new user.
by Kacper Jachowicz. Hi,I have a problem with autologin to Moodle, after retrieving webservice token. I have to go to current course.1. Retrieve token for Admin2. Create user as Admin 3. Retrieve...
View ArticleRe: Can't see Web Services Plugin in Moodle 3.11
by Lorin Toews. Having the same problem. "Enable web services" checkbox is checked but Web Services doesn't show up in the list of plugins. Moodle 3.11.2
View ArticleRe: Can't see Web Services Plugin in Moodle 3.11
by Leandro Falcón. Same problem here... pretty frustrating
View ArticleRe: Can't see Web Services Plugin in Moodle 3.11
by FORMATEUR SAYI CENTER. I find it !And it worksGo to "Site administration > Server> " Scroll down completly, You will find"Web services"
View ArticleRe: Can't see Web Services Plugin in Moodle 3.11
by Mary Cooch. Hello there. Webservices now appear under Server - so : Site administration > Server >Webservices. And thanks for the heads up that the documentation needs updating on this.
View Articlemod_data_add_entry cannot insert date values
by Peter Rundqvist. Hi,I have a mod_data activity in a course. I'm using the REST API to add entries to this activity. One of the fields are of type "date":{ "id": 27, "dataid": 11, "type": "date",...
View ArticleHow to get a list of Course user Enrollment meta link values?
by Ian Hill. Hi,I'm trying to figure out which Web Service Call(s) I would need to get a list of Course user Enrollment meta link values.Under Administration > Users> enrolled users >...
View ArticleHow to get mobile web service token using OAuth?
by Rafael Madalóz. I know that normally to get the token you make a request to:https://www.yourmoodle.com/login/token.php?username=USERNAME&password=PASSWORD&service=SERVICESHORTNAMEIt works,...
View ArticleWebsite Design
by amelia wenham. Why it is important to have a website for startup businesses? I think everyone knows the answer to this question because having a website is the demand of today's business world....
View ArticleRe: Can't see Web Services Plugin in Moodle 3.11
by Mary Cooch. Hello there. Webservices now appear under Server - so : Site administration > Server >Webservices. And thanks for the heads up that the documentation needs updating on this.
View ArticleMigrating `core_enrol_edit_user_enrolment` to...
by David Moreno Montero. Hello everyone,I have a external server that uses webservices to create the enrollments and activate and deactivate them. We are using `core_enrol_edit_user_enrolment` but it...
View ArticleRe: Get all Users of the Moodle-Database with API
by Brian Merritt. Note this works but is very heavy on the database for large Moodle systems so may run out of memory or timeout.
View ArticleRe: Aw: Re: Re: Rest API for authentication
by Howard Henderson. Thank you so much for this recommendations, it's very helpful for me!
View Articlemod_data_add_entry cannot insert date values
by Peter Rundqvist. Hi,I have a mod_data activity in a course. I'm using the REST API to add entries to this activity. One of the fields are of type "date":{ "id": 27, "dataid": 11, "type": "date",...
View ArticleRe: How to get mobile web service token using OAuth?
by Brian Merritt. I was hoping someone would answer this positively, but it it seems not likely. Maybe it is worth reviewing the mobile app login code for how it handles OAuth logins?
View ArticleAppending additional parameters issue
by deva m. Hi all,I been trying to send some additional parameters in existing service under email auth plugin,signup_user function,I have declared parameters with VALUE_DEFAULT,So even if pass data...
View Articleparams required in calls?
by Sergio Cascales. HelloI see this C# sample to consume rest ws moodle: https://github.com/moodlehq/sample-ws-clients/blob/master/CSHARP-REST/RestJsonMoodleClient.csBut only have sample of create...
View ArticleRe: params required in calls?
by Sergio Cascales. One option is call get and see json structure... is valid or know alternative?
View Article