Re: Writing own web service function
by Amer Hamade. Hello! Its nearly 2015 and I face the same error :D.Hope you can share how was this error resolved.thnx,amer
View ArticleRe: OKTech & M2.6 - How to remove only one role (Teacher) in a course...
by Rafael Alvarado. Hi Aaron, do you figured out how to do this? .. I have the same need.
View ArticleRemoving deprecated web services
by David Monllaó. Hi all,As I guess you are aware of, when we list Moodle web services (Site administration -> Plugins -> Web services -> API documentation) we see some deprecated services...
View ArticleRe: Removing deprecated web services
by Juan Leyva. Hello,note that this will break custom versions of the Moodle Mobile app since it uses the deprecated services for backwards compatibility.If you've developed a custom version of Moodle...
View ArticleRefactoring core_course_get_cources arguments propsal
by Gennady Kolomoets. According to the Moodle Web Services API (v.2.8.1) documentation core_course_get_courses function takes a list of course identifiers as argument. If the list is empty, it...
View ArticleRe: Adding activity to courses using API
by Rt S. Thanks for sharing. I am looking for api to add scorm package(external-URL) to existing course.
View ArticleRe: SSO with web services
by Praveen Pendyala. Hi,I'm wondering if it is possible to use web services on a site that has SSO authentication. The problem is, I can't get web service tokens as there is no username, password...
View ArticleRe: SSO with web services
by Alexander K.. Hi,are you looking for something like this?https://tracker.moodle.org/browse/MDL-44541
View ArticleRe: SSO with web services
by Praveen Pendyala. Hi,Yes! I will take a good look and see if I understand it correctly. Thanks.Best, Praveenhttp://praveenkumar.co.in
View ArticleHellp I've got an assignment due in 2 weeks and don't know where to start,...
by Caroline Thom. Hello,I'm wondering if anyone can help me to find a learning rescources that will get me up to speed with web services. I've got to create a 'simple' books web service from scratch...
View Articlecore_user_get_users function problem
by Andre Figueiredo. Hi everyone!I'm trying to use get_users function from web services, but I'm having the following problem:Isigned up a user(using core_user_create_users) and I can verify this user...
View ArticleRe: XML-RPC File upload
by James Taylor. Hi Rimphy, I picked up this old post as I needed some help with core_files_upload. I am using the CURL client and keep on getting error in parameter signature. Can you please help me...
View ArticleRe: Calling "core_user_get_users" function using REST API
by Andre Figueiredo. Hi Richard!I have the same problem...when I use key=id, the core_user_get_users(and _by_field too) returns all users or a specific user, but when I use key=something else, doesn't...
View ArticleRe: core_user_get_users function problem
by Andre Figueiredo. Ok...I find the problem. It's a bug:https://tracker.moodle.org/browse/MDL-42639Thanks,
View Articlecore_user_create_users - Questions
by Noel Bradford. Hi all,Just starting out on our journey with moodle web services with a special interest in getting moodle to play nicely with other systems within the organisation. We are using...
View ArticleRe: core_user_get_users function problem
by Andre Figueiredo. Ok...I was wrong...Ray Morris help me athttps://tracker.moodle.org/browse/MDL-42639If you have the same problem, verify if the following permissions are enabled to your Web...
View Article"View courses without participation" Permission needed to get a course list?
by john deacon. Why do I need the permission "View courses without participation" (aka moodle/course:view) to get a list of courses users could possibly enrol themselfs in? This seems pretty basic, so...
View ArticleRe: enrol_manual_enrol_users limit
by James Henestofel. BUMPCome on someone has to be using this function and can tell me if they have any issues with this??????
View ArticleRe: core_user_get_users function problem
by Christos Savva. Hello, I am facing the same problem for some time now.In fact I had two Moodle instances where I was testing my Web Services Client and in one of the two core_get_users was working...
View ArticleRe: core_user_get_users function problem
by Christos Savva. I think I just found why I am getting less information...When I am using &moodlewsrestformat=json I get{"users": [ {"id": 72,"username": "admin","firstname":...
View Article