Documentation for restful webservices
by JOSE RAMIREZ. I installed the restful plugin on my test machine and got it working with curl. I can help you set it up if you'd like.
View ArticleDocumentation for restful webservices
by JOSE RAMIREZ. Yep. Restful uses the same parameters as the Rest API. Have you tried them?
View ArticleDocumentation for restful webservices
by Paul van Bladel. That is the REST documentation
View ArticleDocumentation for restful webservices
by JOSE RAMIREZ. From what I can see, you can use the Web Service API documentation inside your Moodle installation and use it for the RESTful plugin....
View ArticleDocumentation for restful webservices
by JOSE RAMIREZ. Hi, Paul. That’s a plugin developed by a third party company. All the way down you’ll find the developer info. Cheers!
View ArticleDocumentation for restful webservices
by Paul van Bladel. Then please explain this link: https://moodle.org/plugins/webservice_restful
View ArticleDocumentation for restful webservices
by JOSE RAMIREZ. Moodle's API is rest, not restful.
View ArticleSending grades to manual itemgrades via web api
by JOSE RAMIREZ. Hi, José. According to the documentation, component can be: mod_assign mod_book mod_chat mod_choice mod_data mod_feedback mod_folder mod_forum mod_glossary mod_h5pactivity mod_imscp...
View ArticleAPI for course upsert
by JOSE RAMIREZ. Hi, Wafaa.I have what you're looking for. It works on Moodle 4. Haven't tested it out on Moodle 5. If you're interested, I'll post the plugin.
View ArticleDebuginfo missing from response
by Petr Kalis. According to webservice documentation "debuginfo" field should be present in error response, but since upgrade to 4.5.5 it is not anymore. Was it removed because of security, or is...
View ArticleAPI for course upsert
by wafaa hamdy. Hello,We are creating a external webservices for Moodle integration with another system. We need an API function that can upsert (insert or update) course in one call. Any help in...
View ArticleWhere is the external services functions documentation?
by Benjamin Shepherd. After some more playing around, I have found it. It can be found in `Site administration -> Server -> API Documentation`...
View ArticleWhere is the external services functions documentation?
by Benjamin Shepherd. Hi,I am trying to develop some APIs using the external services - however I cannot find any documentation for what parameters are expected in each functionFor example this...
View Articlecore_user_search_identity
by Anita Rawat. Hi Angus,It sounds like you're doing all the right things—setting the custom profile field correctly, ensuring it's within the 36-character limit, and marking it visible to all users....
View Articlecore_user_search_identity
di Angus Denton. Hi MoodlersI have added a custom field to the profile of our users. It holds a contact ID from Salesforce. This is 18 Characters long.I have limited the Custom Field length to less...
View Articlecore_xapi_delete_state throws exception if registration is provided
by Geeks Ltd. Good catch, looks like you’re right about the argument order. I just checked the constructor for the state class and it does expect $registration as the last parameter. Swapping those...
View ArticleAPI Stopped Working
by Igor Alcantara. I have some code in place that run every hour that uses Moodle API to load data about users, courses, enrollment, etc. They all worked very well until recently. They just stopped...
View ArticleIssue with API endpoint after moodle security updates
by alita joz. After updating to Moodle 4.5.4, we fixed the API error by requiring externallib.php and making methods static—just like ensuring smooth performance through regular website updates and...
View ArticleDocumentation for restful webservices
by Paul van Bladel. Hi, where can I find the documentation for the restful webservices, I can only find them for rest.
View ArticleSending grades to manual itemgrades via web api
by José Renato Castro Milanez. Hello friends.I just created some manual itemgrades in a gradebook and I'd like to upload the student grades via web api.I found this method, core_grades_update_grades,...
View Article