Re: core_user_create_users
by David Monllaó. Hi Yuri,The error states that SoapClient can not be found, you need to enable the php extension: http://php.net/manual/en/soap.installation.php
View ArticleRe: (REST) core_user_get_users returns no user preferences
by David Monllaó. Hi Tomasz,core_user_get_users is internally using user_get_user_details, which only returns the current user preferences (https://github.com/moodle/moodle/blob/master/user/lib.php#L540)
View ArticleOdp: Re: (REST) core_user_get_users returns no user preferences
by Tomasz Papież. Oh, I indeed noticed I could get the preferences for the client's user. Thanks for clarification.
View ArticleRe: Export gradereport_user_get_grades_table return data?
by David Monllaó. Hi Pratim,I understand that if you need to get the grades using gradereport_user_get_grades_table web service is because you are processing these grades in an external application;...
View ArticleSet grades using webservices and core api.
by surya singh. Hi ,I working on external application from which i want to post grades in to gradebook without change php code in moodle. I post grades using web services or Core API only change in to...
View ArticleRe: Access core_user_get_users_by_field service with token generated by token...
by surya singh. Hello Carlos sir ,it will work perfectly . use this link - https://github.com/moodlehq/sample-ws-clients/tree/master/PHP-XMLRPC try this code . <?php// file_name : client.php$token...
View ArticleEnable all functions in built in service
by Muhamamd Maromi. Moodle has some core external functions, but not all of them were web service enabled. How to enable other functions? I tried the following, but didn't work:Edit...
View ArticleRe: Save mod_assign_save_submission usign HTML form
by Manex Etxabe. Thanks for answeringThe form is really within Moodle. But I do not know how to modify the assigments core.I've seen that you can get the student token...
View ArticleCategory visibility
by Sara Cenni. Hi,I'm using core_course_create_categories to create categories. I'd like to set also visibility but there isn't a suitable parameter.Does exist a different method I can use?Thanks!Sara
View ArticleCalling parameters do not match signature
by stan b. Hi,please help, bacause I have some problem with function: core_user_get_users_by_field.This code works for me:header('Content-Type: text/plain');$params = array('field' =>...
View Articleassign user to course problem
by stan b. Please help. My moodle 3.0 always return error when I want assign course to user.I did steps by this wizard: http://www.rumours.co.nz/manuals/using_moodle_web_services.htmI can list...
View ArticleAttention XML-RPC users: New server backend ready for testing
by Dan Poltawski. Hi All,We've got a new implementation of the xmlrpc server landing in Integration today:https://tracker.moodle.org/browse/MDL-52209All going well, that will make it moodle.git (and...
View ArticleRe: REST Service core_course_create_courses
by Raúl Chamorro. Hello,I have the same problem. I did the same but Im getting the error.What I am doing wrong? Could you help me?Thank you!$functionname = 'core_course_create_courses';$curs = new...
View ArticleAssignment creation
by Ankur Gupta. can any body tell me how to create new assignment using web services api. i have got api for updating the grades of already created assignment, but i am not getting how to create new...
View ArticleCreate module page
by Carlos Jimenez. Hi,I'm trying to develop a web service that create new resource module page in moodle from a webservice.Doing some tests and tracking the database via pgadmin3, i make some...
View ArticleAdd assignment
by surya singh. can any body tell me how to create new assignment using web services api. i have got api for updating the grades of already created assignment, but i am not getting how to create new...
View ArticleAccess "Last access to course" via the Web services Api
by Daniel Bower. I'm using Moodle 2.8.9 (20151204). As the instructor, I can go to:Home > My courses > Miscellaneous > Course101 > ParticipantsLooking at the "Last access to course"...
View ArticleRe: Optional user field webservice
by SVI eSolutions. It seems strange to be allowed to add a first and last name 'phonetic' but not be allowed to add an instution or department when calling 'core_user_create_users'.Can anyone help?
View ArticleRe: Grade API Plugins
by Jean-Kristof Lord. Hi,We are looking to do the same thing. Have you any news on this subject?ThanksJean-Kristof
View Article