How do I consume Moodle webservice from SSIS
by Raj Maddala. Hi,I need to retrieve moodle data into my sqlserver through SSIS.How do I consume the service?What is the Service URL? Where can I find?Please adviseRegardsRaj
View ArticleRe: error when adding external functions to a web service.
by Felipe Calixto. Hi Sadaf, Your comment saved my life! Thank you... with that line I found the plugin! Regards!
View Articleinvalid_parameter_exception while all parameter are in place
by Arad Jafari. I have connected Unity to Moodle using PHP. I can successfully generate user token in Unity, but when ad will send a post request to Moodle using my custom plugin in Moodle I get this...
View Articleinvalid_response_exception for Optional single structure
by Matthias Grähn. Hi,I have a webservice which should return a single record with different values or an empty valuepublic static function find_me_returns(){ $entry = new external_single_structure(...
View ArticleRe: invalid_response_exception for Optional single structure
by Matthias Grähn. Found out that It is working if you also mark every return value parameter within the single structure with VALUE_OPTIONAL.
View ArticleRe: Customfields: Fill in a dropdown menu field via API...
by Mayank Tyagi. Thanks for sharing. But it is not a surprising/interesting information for any developer. Bcs for developement as a good practise we use ID( As numeric) always. It is also helpful to...
View ArticleRe: How to use web service api.
by Mayank Tyagi. I am not a native mobile app developer. But you can use moodle provided api on every plateform. In native their must be some inbuit functionality available for API call like CURL in...
View ArticleRe: Webservice for other application
by Mayank Tyagi. Moodle uses api "https://mymoodle.site.com/login/token.php?username=USER\&password=PASSWORD\&service=moodle_mobile_app" for user authentication for its mobile application...
View ArticleRe: Launch Moodle SCORM file in external app
by ankit garg. Mee too looking for the same answer, @Frank/Lucy. Did you get the solution for your problem statement?
View Articleabout core_enrol_submit_user_enrolment_form
by Gonzalo Arellano. Hello everyone!As said, we are trying to use the API function "core_enrol_submit_user_enrolment_form" in order to enroll users to a given course using the webservice. However, we...
View ArticleAng: Web Service - Create User
by Gonzalo Arellano. Hello! Did you solve this? For instance, you can use the function auth_email_signup_user to create that new user from your side. About enrolling to a specific course, Im looking...
View ArticleRe: Ang: Web Service - Create User
by Xlr8ED LEARNING. Hi Gonzalo Thank you for responding. There does not seem to be much interest in this or perhaps I have been asking in the wrong forum. I know it is possible - Edwiser Bridge can...
View ArticleRe: about core_enrol_submit_user_enrolment_form
by Omar Esgaib. Maybe check "enrol_manual_enrol_users" function first, has more documentation and examples around, not sure if it suits your needs
View ArticleRe: Ang: Web Service - Create User
by Omar Esgaib. You can check API functions "core_user_create_users", "core_course_create_courses", "enrol_manual_enrol_users" maybe they do the job you need.
View ArticleRe: Webservice works only using browser
by Arad Jafari. Hope at least someone has an idea!
View ArticleRe: Webservice works only using browser
by Arad Jafari. Find out what is the problem and maybe it helps someone else. you need to add another parameter to the parameters array and it is 'contextid'
View ArticleNo access rights in course context
by Sukhmeet S. We are calling the below API to get the quizzes for a course....
View ArticleMoodle API cache update time improvement
by Karishma Tiwari. We are using moodle 3.4. We are using Moodle APIs to integrate with an external student portal. This portal calls example of below APIs for student operations:1) Create user2)...
View ArticleRe: How to use web service api.
by Atiqur Sumon. For these awesome routes, if given a choice, I would like to review 5 stars. I'm still thankful to you.
View ArticleRe: How to use web service api.
by alexander Williams. Thanks so much! It helped me a lot! That's for you https://www.leavingcard.com/gb/viewpdf/1613930787427jpdcA36G1VOv/xrslvr1613930864816.pdf
View Article