Missing testclient.php in moodle code ...
by Ken Task. In the docs for webservices: https://docs.moodle.org/28/en/Web_services_test_clientBut cannot find a testclient.php file in moodlecode/webservices. Is there anyway to get that file or...
View ArticleHelp! where is manage services?
by Panny Wahyuningrum. Dear all, I am trying to add intelliboard to moodle and I need to setting in web services. I following tutorial from this source...
View ArticleHow to obtain the idnumber of a user using core_user_get_users
by Alberto Mozo Avellaned. Hello : I'm beggining in the Moodle Webservices. I'm trying to obtain all the fields of an user throught the id. I'm using the 'core_user_get_users' and only return the a...
View ArticleRe: Listing user's courses: errorcoursecontextnotvalid
by bob sheehan. For those who have difficulty in logging into that webservice account or if like me doing so would cause other operational challenges to an existing site then note that you could...
View ArticleWeb service for obtaining a Feedback activity
by Titsu Marpi. Hi,I am planning to develop a mobile app to facilitate the answer of questionnaires and feedback activities designed through Moodle and I have not seen any web service to obtain all...
View ArticleGetting user image (picture) from web services
by Luca Viggiani. By using Moodle Web Service (REST) call core_user_get_users_by_field I successfully get my user details. One of the returned fields is profileimageurl that links to my user profile...
View ArticleRe: Getting user image (picture) from web services
by Luca Viggiani. Ok I found the solution to my problem...First of all, core_files_get_files is not the way... it will only show files information, it won't give you the actual file contents...
View ArticleWordpress SSO and Oauth2 v.2.8
by Josepe PP. Hello!,we mustcreate a system"single sign on"Wordpressto authenticateviaMoodle.I thinkthiscould be doneusing an autentificatición plugin...but it may bethat in the...
View ArticleRe: core_course_get_contents not returning all information
by Kathir Rajaraman. Hi Luva,I have small doubt. How to create the webservice ? how to call the function as core_course_get_contents ?How to course contents send to android ?Can you send me sample...
View ArticleErro Web Service
by Ricardo Ferreira. Olá pessoal, estou tentando configurar o web services do moodle em ambiente local com xampp e está me apresentando esse erro:URL:...
View ArticleRe: Erro Web Service
by Helen Foster. Hello,This forum is for discussions in English only. If you'd like to participate in a discussion in English, please stay around; if you'd prefer Portuguese, please go to Português...
View ArticleWhat is the meaning of error ? How to resolve webservice error?
by Kathir Rajaraman. Dear all,I have created one web service. I got the following errors ,REST protocol: moodle_user_create_usersURL:...
View ArticleRe: core_course_get_contents not returning all information
by Kathir Rajaraman. Hi LucaMy requirement is same to your requirements. So how to get course contents and scrom package file ? Kindly request to you plz provide code to me ? 'kathir04on@gmail.com' is...
View ArticleRe: core_course_get_courses to find ID from IDNUMBER?
by Christopher Molnar. Anyone have any ideas? Thanks!
View Articleget contents via web service
by Kathir Rajaraman. Dear all,I want to get contents via web service. Please help me.ThanksKahtir
View ArticleXML-RPC Protocol problem
by Kathir Rajaraman. When trying to used "XML-RPC protocol: moodle_user_get_users_by_id" test in moodle I am Getting an error.XML-RPC protocol: moodle_user_get_users_by_idURL:...
View ArticleRe: Help! where is manage services?
by Kathir Rajaraman. Hi PannySee https://docs.moodle.org/29/en/Using_web_services and https://docs.moodle.org/29/en/Category:Web_Services
View ArticleCreate User and Duplicate Emails
by Jeff Backhus. Client is currently using BULK UPLOAD function to import users. One of the options is to UNCHECK prevent duplicate emails. The reason is that students at this particular school...
View ArticleCreate User and Email Display Options
by Jeff Backhus. My client uses the BULK UPLOAD function and chooses to hide student email addresses because at this time students do not have email addresses. So a noreply@[school domain] is used to...
View ArticleRe: How to use this function core_course_get_courses ?
by Léo Joseph. Apparently you didn't setup well your webservice.Use this page to do so, hope it will help. Léo
View Article