Re: Web Service for LTI/Grade
by Abhi puri. Hi Debo, were you able to figure this out? I am trying to do the same
View ArticleRe: How to obtain the idnumber of a user using core_user_get_users
by Léo Joseph. I resolve this issue, Your user which call the webservice need to be administrator for that's working !
View ArticleRe: XML-RPC Protocol problem
by vijaya reddy. Hello Rajaraman,Use the following code in your client side php page.<?php$token = ' ';$domainname = ' ';$functionname = 'core_user_get_users_by_id';$restformat = 'xml';$userid=2;...
View ArticleRe: How to use this function core_course_get_courses ?
by vijaya reddy. Hello Rajaraman,First you check whether you added this function to service or not. later check the token generation.then it will work.
View ArticleRe: How to use this function core_course_get_courses ?
by Kathir Rajaraman. Hi JosephThanks for your reply. I will check here. Thanks Kathir R
View ArticleHaving trouble with web services in Moodle 2.9
by Shobhit Dixit. Hi,I am new to moodle and having some difficulties with web services in the latest version of Moodle 2.9.I followed all the steps given in the documentation And using a token am...
View ArticleRe: How to use this function core_course_get_courses ?
by Kathir Rajaraman. Hi Vijaya,Thanks for your reply. Function is added vijaya.Below the following steps am usingDevelopment -> Web service test client - > Page OpenAuthentication method...
View ArticleRe: How to use this function core_course_get_courses ?
by Léo Joseph. Hi,I think your user with this token doesn't have rights to use REST Protocol, check this.
View ArticleRe: How to use this function core_course_get_courses ?
by Kathir Rajaraman. Hi Joseph,Thanks for your reply. How to check my user token rights to REST Protocol ? ThanksKathir R
View ArticleRe: How to use this function core_course_get_courses ?
by Léo Joseph. Go to Site administration > Users > Permissions > Define roles then select the role of your users which the token is connected to, edit it and go to the permission called "Use...
View ArticleRe: Having trouble with web services in Moodle 2.9
by Léo Joseph. In your external web service settings check the field "required capability" et select "Use REST protocol"
View ArticleLogin into Moodle from external server
by Pawan Mudgal. HiI want to implement a functionality wherein I want to login to moodle from my external application by using some kind of webservice where I can pass username and password for the...
View ArticleRe: Login into Moodle from external server
by Léo Joseph. Actually this feature in not available et i think never will because of possible security problem that you give username and password throught web service.I think the SSO plugin for...
View ArticleRe: How to log in to moodle through REST api from another web application?
by Stefan Kittel. Hello,sorry to jump on this.I have the same question.We want have some public information with a link where a unknown user can access a course.This courses save some data to the user...
View ArticleError using webservices since Moodle 2.9 (erroroptionalparamarray)
by Francois J. Hello,Here is an error that appeared with Moodle 2.9, consuming its webservices:Moodle: 32877907 - The web service description parameter named 'userid' is an single or multiple...
View ArticleHow to update user using web services
by elmehdi elfaik. I am new to Moodle and I need to to update the list of interests of a user with a Web service REST API,my code is : "users[0][id]=" + URLEncoder.encode("2", "UTF-8")...
View ArticleRe: Webservices change from 2.5 to 2.7?
by Peter Roberts. Hi Colinapologies for reviving a thread from a year ago - but did you ever get it to work? We're having a similar issue with 2.8 (with the 2.2 assignment code retained just for...
View ArticleAdd Course Activity/External Tool
by Dave Whitehead. Hello,I am somewhat new to Moodle, but have successfully implemented the web services and have made various REST API calls to the system. I was curious if there was a process or...
View ArticleRe: Moodle API to get Course Completion Data
by Ryan Chausse. Hi Sam,Wanted to let you know that it appears that Moodle has included course_get_completions as a feature in Moodle 2.9. Link here:https://tracker.moodle.org/browse/MDL-49313Sorry,...
View Article