Re: Re: Rest API for authentication
by Stefano Fiscale. Hi, I have the same issue, then I've tried to call this API from the browser in this...
View ArticleRe: Aw: Re: Re: Rest API for authentication
by Fehmi M'Barek. Hi Stefano, you have to be sure that the Service is enabled. Go to: Site administration > Plugins Web services > External services > External serviceWhich Version of moodle...
View ArticleRe: Re: Aw: Re: Re: Rest API for authentication
by Stefano Fiscale. I am not using the built-in Moodle mobile web service, here is my situation: I developed my custom mobile application. In my moodle site I created my custom service with some web...
View ArticleRe: Aw: Re: Re: Aw: Re: Re: Rest API for authentication
by Fehmi M'Barek. Ahhhh now I understand, you don't need to authenticate. Because this is an authorization request. You need to create an authorization Token for that particular user that you have...
View ArticleRe: Post payload didn't send to Web Service via RAW/JSON
by Nadav Kavalerchik. Try: https://github.com/catalyst/moodle-webservice_restful
View ArticleRe: Re: core_user_get_users_by_field return blank array
by Nitin Jain. For me it didn't work even after providing moodle/user:viewalldetails permission.. then got some reference from: https://tracker.moodle.org/browse/MDL-42639 and added one more...
View ArticleProblem with creating user via REST Api
by Nikolai Dimitrov. Hello,I am trying to create new user using this(https://github.com/bantonia/MoodleRest) code. Ive created user and i am trying to call __createUsersfrom MoodleRestUser and i am...
View ArticleLogin API
by Stefano Fiscale. Hi,I'm developing a mobile app for my university that uses moodle web services.I've read API documentation and I didn't find anything about login web services and this is a big...
View ArticleRe: Login API
by Stefano Fiscale. For those who have had the same problem, here's the solution: from terminal execute the following command: $ curl -c - -i -F'username=myusername' -F'password=mypassword'...
View ArticleWeb Service. Get Competencies in activity.
by Elias Santiago. Hello. I can't seem to find a web service API function to get the competencies in an assignment. How can I get the competencies in a quiz or assignment remotely?
View ArticleAdding a new web service function
by Adam Oudaimah. Here at Tishreen University, We are trying to develop a new Web Identity for our university.And for this purpose, We are using Moodle as the main system for our university LMS.The...
View ArticleAdding activities to a course with web service
by Andreas Schenkel. I was able to create a new course with...
View ArticleError creating users via the web service
by Xollie Mdlalose. Hi,I am new to moodle and I am struggling to create 100 users via the core user create users api using phpI am able to create 7 or less users but once I push 20 or more i get an...
View ArticleMoodle app single sign on hack
by amine brahim. Hi...There is a problem with the sso in moodle app , when Its demand to a user to enter his credentials via the embedded browser, he can press the "return" button in his phone and he...
View ArticleRe: Moodle app single sign on hack
by Juan Leyva. Hi Amine, I'm sorry, I'm not sure if I understand what's the problem here, having two concurrent sessions? Or being able to reuse the old browser session to launch the app?
View ArticleRe: Moodle core_user_create_users Access control exception
by Bob Belz. I had this error "Access control exception". Enabling REST in Moodle administration for the role user is in worked for meSite administration > Users > Define roles > the role in...
View ArticleRe: How to retrieve the User Enrolment ID
by Jo Ha. Hello,I'm in a similiar situation as carlos - I want to change a user enrollment (role in course) via webservice.Happily I found the core_enrol_edit_user_enrolment webservice function which...
View ArticleMobile application development services
by Micheal Clarke. Rajasri Systems is a leading Mobile application development company in Chennai. We are one of the best app development company in India. We provide innovative and robust custom...
View ArticleGet roles Webservice API
by Venel Romain. Hello everyone,I wanted to know if it was possible to get the roles of a user via the webservice. I haven’t found any endpoints to do that, and the only answers told me to go through...
View ArticleMoodle app single sign on hack
by amine brahim. Hi...There is a problem with the sso in moodle app , when Its demand to a user to enter his credentials via the embedded browser, he can press the "return" button in his phone and he...
View Article