Re: External application interaction with Moodle 1.9.13
by Mary Cooch. Andrew - the link Rahul gave is for Moodle sites later than 1.9, which is why you can't see it. Moodle 1.9 is nearly ten years old. I do understand that some plugins have held you back...
View ArticleRe: External application interaction with Moodle 1.9.13
by Andrew Go. Thank you for your feedback!Need some time for explore.
View ArticleRe: Problem in core_files_upload API
by Thiago Cristiano. Hi, did you solve it?I have the same problem and I have not found a solution...
View Articlei can't create user via webservice.
by sadaf sadafian. i use this code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html...
View ArticleCustom Webservice not showing in admin panel
by Swapnil Shinde. Hi,I am using Moodle 3.1.Trying to create custom Webservice in Moodle.I have followed the link https://docs.moodle.org/dev/Adding_a_web_service_to_a_pluginI have added all necessary...
View Articleassignment_id in URL doesn't match with database??
by Jülide Dursun. Hi everyone,I am sending grades from an excel-sheet to moodle via web services. I'm calling the user_id, grade_value, a comment and the assignment_id. It is really strange, but the...
View ArticleRe: assignment_id in URL doesn't match with database??
by Christopher Molnar. Do you know when this changed? It has broken all of my grade scripts using the web services API.
View Articleassignmentid does not match displayed assignment ID
by Christopher Molnar. The assignment ID in the database does not seem to match the assignment id displayed on the URL and thus it is almost impossible to use the webservices API to put grades into...
View ArticleHappy Diwali
by Saanvi Agarwal. Wishing someone special on Diwali? What about sending quotes instead of simply written words? Diwali Mentions have a greater positive impact on other persons and can give you much...
View ArticleRe: Problem in core_files_upload API
by Thiago Cristiano. Hi, did you solve it?I have the same problem and I have not found a solution...
View ArticleRest API for authentication
by Muhammad Umair Gillani. Dear All,I am developing a Mobile application and i want to access Moodle in my application.i want to know is there any api which i can hit to authenticate user?e.gurl is...
View ArticleREST API: check if user exists?
by Spencer Smart. Hi, I'm successfully using the REST API to create users and enrol them on existing courses.However, I'm unable to find a call that checks to see if the user already exists on the...
View ArticleRe: No API to create an assignment/module
by Fred Tibbitts. I also need to be able to create assignments via the web service API. Is there any work-around for this?
View Articleตอบ: No API to create an assignment/module
by Techspace IT Outsource. IT Outsource Services
View ArticleRe: How to read completion criteria API to get course data.
by Aniket Sankpal. Check here the responsehttps://stackoverflow.com/questions/43450476/how-to-read-completion-criteria-from-moodle-api-to-use-in-app
View ArticleUpdate user data problem
by Mohammed Essaid MEZERREG. I am trying to use core_user_update_users function but I am getting this error with all users?string(98)...
View ArticleRe: REST API: check if user exists?
by Mohammed Essaid MEZERREG. We created our solution for this, a local plugin and added external service to it, one of them is for checking the existence of the user through it's more custom to our...
View ArticleRe: REST API: check if user exists?
by Spencer Smart. Hi, many thanks for the detailed reply. Unfortunately, our installation is hosted and the provider won't allow any third-party content (apart from their own code...) to be installed...
View ArticleRe: REST API: check if user exists?
by Mohammed Essaid MEZERREG. Well you can still use the plugin installation interface in Moodle to install your tiny little plugin. Just clone the template provided by the Moodle team in github and...
View ArticleRe: REST API: check if user exists?
by Spencer Smart. Hi, thanks for reply, much appreciated.Again, unfortunately our installation doesn't allow us to install plugins either, it really is locked down tight so we can't make any...
View Article