Re: Am I missing something - GET vs POST
by Martin Greenaway. Thank you very much, Andreas - this has solved my problem. To be honest, I think this should be the way that it works by default, but that's just me :D
View Articleupload file to a folder resource
by T. H.. Hi,We have a PHP web application. We need to be able to move files from our web app to a specific folder in a specific course. Students of the course could then download the files from the...
View ArticleCan't get all courses with Moodle Webservice API : errorcoursecontextnotvalid...
by Landry John MELI. I'm facing a probemen actually with Moodle Webservices. I created an users first with appropriate permissions and after with admin permission. But when i try to get all courses...
View ArticleWebservice not available but enabled
by Ma Sch. Hi,i enabled "enablewebservices" and "enablemobilewebservice". User have the permission"webservice/soap:use" But if i try to use the App, i still geht "Webservice not available".In the db...
View Articlemoodle logging using API
by Sushma R. Hi All,I need to login/create a new user into the moodle using API? Can anyone help me out with the steps. Need this urgently,Thanks in advance.
View ArticleField customfield (Text Area) on WS : core_course_update_courses
by Arief Arfiansyah. Dear Moodle Communities, I have a problem using Moodle Web Service : core_course_update_courses, i want to update custom course field data with type : Text Area custom field. I...
View ArticleRi: moodle logging using API
by ale casa. I guess you have another application with a login, i needed the same thing from your API you 'll need 2 interfaces, one for the login, one for the registration you need to create a user...
View ArticleArgumentCountError when testing webservice API
by Marco Cigna. { "exception": "ArgumentCountError", "message": "Too few arguments to function, 1 passed in /public_html/webservice/lib.php on line 1516 and exactly 2 expected"}Line 1516 of the...
View ArticleRe: Field customfield (Text Area) on WS : core_course_update_courses
by Arief Arfiansyah. Upp
View ArticleRe: Moodle REST API - Postman collection
by Clement Muhirwa. Me too I am looking for a Postman collection.
View ArticleMoodle API rest endpoints
by Clement Muhirwa. Is there a place to find moodle api rest apis? for example:something like this post: {{your hose}}/getusers body {"webtoken"}
View ArticleRe: Field customfield (Text Area) on WS : core_course_update_courses
by Arief Arfiansyah. Upp more, need helps
View ArticleRe: Field customfield (Text Area) on WS : core_course_update_courses
by Arief Arfiansyah. Solved, there is a bugs on moodle code and i follow this article, in case you have same problem like me. https://tracker.moodle.org/browse/MDL-70058
View Articlecore_files_upload File not specified
by Alex Phillips. Hi all, I am trying to upload files to Moodle 3.1.1 using the core_files_upload function. Whenever I try to upload the file I get this error:{ "exception": "moodle_exception",...
View ArticleUnable to download large data in excel or csv around 70000
by Adarsh Shah. Dear Moodle Communities, I an unable to download large data around 70000 rows it takes time a lot and fails after downloading 2MB. I am using the download_button() api for...
View ArticleAPI functionality to amz
by thanh tùng nguyễn hữu. I need to make a website like web vacuum cleaners for car and can link to amazon products, do you have any samples?https://vacuumcleanersforcar.com/
View ArticleRe: Moodle REST API - Postman collection
by Josh Manders. Me too! If not, I'll likely start my own as part of my 2023 NYE resolution.
View ArticleHow to get course assignments using course id (webservices)
by Miguel Rivas. Hello,I'm trying to get all assignments for a course. I have the course ID and I'm trying to use mod_assign_get_assigments. This is the call I'm using:https://{moodle...
View ArticleRe: Field customfield (Text Area) on WS : core_course_update_courses
by Dominique Palumbo. Hi, Just to tell you thank you. It was hard to me to find how to provide customfields to webservices. Have a good day. Dominique.
View ArticleRe: Moodle REST API - Postman collection
by Ildefonso Martínez Marchena. HiI am building a Moodle tool and using my own postman collection available at https://github.com/ildemartinez/LMS-ExplorerHope helps... just few calls but growing as...
View Article