Re: Getting a web service token with SSO
by Dorel Manolescu. Hi Did you try this:https://moodle.org/plugins/auth_userkey ? Regards
View ArticleWeb Service From Postman Not Working
by Mangal Pradhan. Hello To All,I have created a web service by following all the method given in documentation and i have generated the token as well.Now, i am trying to test the...
View ArticleRe: How do we fetch the name of each categoryid returned by...
by Pixi Flyer. Hi ZadokHave you possibly found anything around this as yet? I see something different in the index.php with regards to rendering, but i don't actually know which php files would need...
View ArticleRe: Getting a web service token with SSO
by Gordon Alexander. Hi DorelThanks for responding. I've had a look at the plugin but it seems to be for logging in to Moodle not for getting a token.I'm happy for the user to have to log in to Moodle...
View ArticleRe: Getting a web service token with SSO
by Dorel Manolescu. Hi Gordon, I understand. In that case you may want to have a look on how the moodle app is doing that. Seems to me you want a similar behaviour. Based on my understanding a token...
View ArticleRe: Web Service From Postman Not Working
by Dorel Manolescu. Hi I suppose you created a user and for that user you created a token. Now the question is : does user user have the permission to : core_course_get_courses? Regards
View ArticleRe: How do we fetch the name of each categoryid returned by...
by Pixi Flyer. This is what i am looking for;...
View ArticleRe: Missing functions at Web Service Test Client
by Anusha470 Meka470. I have same question. Did you find any solution?Thanks in advance.
View ArticleMissing capabilities:Web services
by Alin Hanganu. I enable the web services and I added a token the User is my account that is an admin, and I getMissing capabilities: moodle/badges:viewotherbadges, moodle/calendar:manageentries,...
View ArticleMark course completed with WS API call
by Vojtech Pajer. Hello everyone, I am working on a mobile app that communicates with Moodle via Web Service API. App downloads the Moodle course scorm package and presents it in a web view for users...
View ArticleCant show image of course since own ws
by Daniel Acevedo. I am developing webservices under the Laravel framework for use in developing apps in ionic. All the tables I use are from Laravel, my login service comes to work but when I finish...
View ArticleUpdate an assignment using web services API
by Abhishek Malik. I am trying to get contents of an assignment, change it and upload it again on the server using web services API.I got the assignment content...
View ArticleProtocolo XML-RPC: core_course_create_categories
by Isabel Arevalo. Exception: Excepción al control de acceso | DEBUG INFO: Access to the function core_course_create_categories() is not allowed.There could be multiple reasons for this:1. The service...
View ArticleHow to get courses in a category and any subcategories with courses
by KS Læring. Using curl and jq, I can fetch course id and fullname from a category, like this:curl...
View ArticleRe: Missing capabilities:Web services
by Dorel Manolescu. Hi What are you trying to do? Which web-service are you trying to access: the moodle mobile app collection or a custom one or just a particular ws? By the way is never a good idea...
View ArticleRe: Moodle API Single-Sign-On (SSO)
by priya a. Read this too:https://tournasdimitrios1.wordpress.com/2011/09/09/login-from-a-different-website-to-moodle/
View ArticleRe: Web Service From Postman Not Working
by Raquel Escalante. I'm not the OP, sorry, but in my case, I'm even using a token I created for the admin user just for testing. I've checked the user permissions (allowed to do everything) and I'm...
View ArticleRe: How to retrieve the User Enrolment ID
by Aaron Alo. Hi Mayank,Core_enrol_get_enrooled_usersThis method DOES NOT return the user enrolment id. I use core_enrol_get_users_courses to get a list of courses user A is in. Then I display all...
View ArticleAre Webservice APIs sessionless?
by Smriti Pandey. While going through the Webservice API documentation, can see that some of these APIs need authentication which can be done either by token or username/password.Want to know if these...
View ArticleRe: core_grades_update_grades syntax
by Arodi Emmanuel Monge Tevalan. Hello Dan Nice to meet you, I am writing from Guatemala. Sorry, I ran into your forum "core_grades_update_grades syntax" on moodle.org Did you manage to work with this...
View Article