Re: Web service Error ('args' parameter)
by Dee Maker. Hello Kevin,I have the same problem, have you resolved it?Regards
View ArticleRe: Web service Error ('args' parameter)
by Kevin Frye. Hi Dee:I was able to revert back to an earlier test system I was using and launch a new server from the old instance (on Amazon Web Services). That one worked for some reason. I don't...
View ArticleRe: core_user_get_users_by_field return blank array
by Sumit Tayal. Hi Tim,Did you find a solution to your problem? I am facing the exact same issue. Thanks, Sumit
View ArticleRe: core_user_get_users_by_field return blank array
by Tim Titchmarsh. Hi Surmitthere are several solutions that I found:1. Give the webservices login account admin rights, you then get all the fields2. You can get some fields by turning them on in the...
View ArticleRe: core_user_get_users_by_field return blank array
by Sumit Tayal. Thanks, Tim for pointing out the direction.Managed to get it working by providing the following permission to Webservice Usermoodle/user:viewalldetails
View Articlewebservice to return roles available at particular contexts?
by Stephen Ogden. Hi all,Is there a webservice call I can use to return a list of roles which can be granted within courses?many thanks
View ArticleRe: login and registration form
by Ajay Kumar. For Registration You can use core_user_create_users API. and login i am also looking.
View ArticleRe: Web Services - Get Available Roles
by Zulyantara Januar. did you mean to access direct to the database?
View ArticlePull files to repository
by Sebastian Hofmann. I search for a way to pull all files from Course, maybe also html texts. The first approach i tried was the Sword Plugin, but it only offers to upload files to a repository. I...
View ArticleAdd assignment to course using webservices?
by Richard van Iwaarden. Is it possible to add an assignment to a course using a web service?
View ArticleNew webservice - core_groups_update_groups - MDL-44137
by Robyn Butler. Hello everyone, I hope I have put this in the right place...I have put together a patch for adding this webservice, and posted it on the related Tracker issue here:No group update...
View ArticleRe: Add assignment to course using webservices?
by Daniel Neis Araujo. There are no function for that on the current list https://docs.moodle.org/dev/Web_service_API_functions but there are some discussions on tracker. I could not find the MDL...
View ArticleRe: New webservice - core_groups_update_groups - MDL-44137
by Robyn Butler. Never mind, someone has done so!Thank you Daniel Neis Araujo.This thread can be closed/deleted, once again I can't see how to do it myself >.<
View ArticleRe: Add assignment to course using webservices?
by Richard van Iwaarden. I created a tracker for this, so please vote if you wish to have this or just want to help me MDL-63577
View ArticleRe: Add assignment to course using webservices?
by Daniel Neis Araujo. Hi, Richardyou may take a look at MDL-40779. I linked this to your issue.I would recommend not mention that you "desperately" need this. A business or institution must...
View ArticleRe: Add assignment to course using webservices?
by Richard van Iwaarden. Thanks Daniel!I removed the word 'desperately' from the tracker. We do understand how things work, yet sometimes there's a very long wait for even code fixes. We will probably...
View ArticleWeb Service Requires Guest User to be Enabled
by Michael Backus. I recently wrote an app to update grades using Moodle's REST protocol. Here are the steps I took to get the token: a) Go to: Site administration > Users > Permissions >...
View ArticleRe: core_user_get_users / core_user_create_users "Access Control Exception"
by biboy atienza. I am trying to pull user details using core_user_get_users, using email and id it's working OK, but how to use it if I have a additional field "Person No | personno"?Getting user...
View ArticleRe: core_user_get_users_by_field return blank array
by biboy atienza. I am trying to pull user details using core_user_get_users, using email and id it's working OK, but how to use it if I have a additional field "Person No | personno"?Getting user...
View ArticleRe: Function List in Web Service Test Client not showing everything
by Aung Pyae Sone. Hi Chuck Yocum, Now I am also facing this problem. If you could have solved this problem, please shared me.With many thanks,Aung Pyae Sone
View Article