Both REST and SOAP calls to webservice return nothing
by Eric Strom. Hello, I'm having a bit of an issue with getting my requests to work with web services. I've created a custom service that has core_user_create_users function in the admin area, have...
View ArticleRe: REST API for Quiz-Password
by Abbis Cse. I am also having the same problem.But I am not getting, how to change the code..Could you please give me step by step instructions, if possible code also!!!Thanking
View ArticleRe: How to get JSON from REST Web API
by Carrie Brady. and if you want the same in CSV, just paste that URL into json-csv.com
View ArticleWeb service image profile
by Andrea Gigliola. Hi,someone know how can i insert an image to an existing user profile with web service? Thanks.
View ArticleHow to Use Moodle web services (api) in our own iOS app
by Moodle New User. I want to use moodle web services (api) in my own ios app. I want to prepare my own iOS app using Moodle web services. I want to consume moodle webservices for my own ios app.How...
View ArticleTrying to Make mod_assign_save_grade Work
by Andy Sayler. Hi All,I'm trying to get calls to the mod_assign_save_grade endpoint to work using REST/JSON. Other endpoints are working fine (e.g. mod_assign_get_grades), but I can't seem to get...
View ArticleRe: Trying to Make mod_assign_save_grade Work
by Andy Sayler. So I ended up getting this to work. It turns out the plugin parameters are required (even though they aren't marked as such in the docs):E.g.curl -X GET...
View ArticleRe: webservices for Assignment
by Andy Sayler. Hi Laura,What parameters did you supply to 'core_files_upload' to make it work?I'm currently trying to do something like this, but when I call 'core_file_upload' with the following...
View ArticleRe: Authentication on external website with Moodle user
by Andy Sayler. I'm using Moodle as an authentication backend for a Python-flask service I'm building. The basic gist is:1. User provides service with Moodle username2. User provides service with...
View ArticleHow to login using Moodle User from REST Web Service
by Pratik Sathaye. Hi,I am newbie to Moodle.What I want to do is basically using REST Web service I want to access Moodle contents and for that first thing I want to do is to logged in into Moodle and...
View ArticleWebservices change from 2.5 to 2.7?
by Colin Matheson. Hi I am grasping at straws and trying to get the old TurnItIn.com Basic plugin to work on 2.7. Currently it fails at assignment creation with the error P { margin-bottom: 0.08in;...
View ArticlePermissions not working as expected through REST API
by Pratik Sathaye. Hi,I am trying to use REST API to create users in Moodle.I am getting token for a user which has "Student" role from below URL and able to get that...
View ArticleRe: Can Moodle users be Web Service users?
by Pratik Sathaye. I am also facing same issue like for role "Student" I have set "Create User" permission "Prohibit" but still using token I am able to create user from student credentials throught...
View ArticleRe: Webservices change from 2.5 to 2.7?
by Colin Matheson. I added the define('WS_SERVER', true) in dispatcher.php but no luck. I can get the plugin to work with existing assignments: rosters can sync between Moodle and TurnItIn, students...
View ArticleRe: Invalid parameter in core_get_string call
by David Balme. I discovered this issue as well.The problem is a mismatch between the external function parameters returned by get_string_parameters() and the actual method signature of get_string:...
View ArticleRe: enrol_manual_enrol_users limit
by James Henestofel. Anyone have any insight on this. I setup a test server where I was sending 22,000 enrolments through the API. It seemed that when I sent that it would only process between...
View ArticleRe: How to get all assignments for a course.
by Alessandro Forghieri. Having the same problem - did you ever find a solution?Thanks
View ArticleRe: mod_forum_get_discussion doesn't return discussions content
by Thiago Ramos. Did you had any success with that?We're having the same problem here... We just can't find a way to get the full message from the discussions... Only the subjects.Thanks!
View ArticleAbility to fetch Course Summary file via core_course_get_courses webservice
by Nitin Jain. I have been trying to fetch course summary file through web-service externally.i am using "core_course_get_courses" but it doesn't return course summary file. See the below returned...
View ArticleRe: Ability to fetch Course Summary file via core_course_get_courses webservice
by Nitin Jain. Can anyone help help us with this please?
View Article