Re: Create a token for Administrator
by Juan Leyva. Hi,you should be able to do that via Administration Block -> Plugins -> Web Services -> Manage tokensJuan
View ArticleRe: webservices get_courses
by Juan Leyva. Hi Derek,are you sure that this course exists? (check the mdl_course table in the database for a field with id 33)Maybe the problem is that you are authenthicating your ws request with...
View ArticleRe: core_grades_get_grades only returns Course total
by Daniel Eke. Awesome, thanks! I'll check it out tomorrow.
View ArticleRe: enrol_manual_enrol_users roleid parameter
by Andrew Solomon. Thanks Juan, although not particularly efficient that sounds much safer Andrew
View ArticleRe: core_grades_get_grades only returns Course total
by Daniel Eke. I've tried out Moodle 3.2, gradereport_user_get_grade_items is working fine for me, thanks for the help!
View ArticleRe: core_grades_get_grades only returns Course total
by Elie Reformed. Hi Juan, can you tell me how can I create a new function so I can add it to a my web service? What I want to do is to add the teacher name in the response of this function...
View Articlegradereport_user_get_grades_table, response table example
by Elie Reformed. Hi all, so I have this function "gradereport_user_get_grades_table" which returns a table. Can anyone show me how this table should look like? and where can I find it in moodle?
View ArticleUpload a file as a resource in a section using core_files_upload
by Sebastian Rettig. Hi,I want to upload a file into moodle courses using the Web Service API. They should be added as resources in sections of the course. I assume the function "core_files_upload"...
View Articlehow can I reduce calll user authority call
by Kiwon Park. Hello.My English ability is very poor. I am sorry.I use moodle mobile app.I hava performance problem.When many user use moodle, speed is down.I have many student and course, so many...
View ArticleRe: add an external web service
by A. Obeid. Hi Mariam, what kind of web services you developed? In moodle/local is a readme.txt there you can read how to add new services or new API-functions.
View ArticleRe: add an external web service
by mariam cherif. thank you Mr A.Obeid, but you can help me more because my web service is coded in java so how i can integrate it in Moodle?
View ArticleWeb Service to create Pulish URL
by Abhishek Chouhan. Hi, Is there web service API available to CREATE "Published Tools"URL and ScaredSecret? Requirement is thatMoodle acting as LTI ProviderExternal Application (LTI Comsumer) using...
View ArticleAJAX call to get some records
by Alexandre Ribeiro. So i'm trying to use ajax call by the documentation so my js function is:var promises = ajax.call([{ methodname: 'block_cdtexpflowchart_get_workflow_steps',...
View ArticleRe: AJAX call to get some records
by Damyon Wiese. First - when you get that missing response - it means something exploded in php and the javascript was not able to parse the response properly. You can still see the error by using...
View ArticleRe: AJAX call to get some records
by Alexandre Ribeiro. thanks for your help, the problem was with the function name and method. Also with the file name, i had "external.php" because i follow a toturial, but i see in moodle code that...
View Article.NET C# Moodle Integration Class
by Mike Dennison. I'm currently in the process of integrating Moodle Maintenance into an external .NET Web Application and I have set up a single class to perform the integration. Moodle Version...
View ArticleRe: add an external web service
by A. Obeid. That have an API? It's runs on the same Server?
View ArticleRe: Wasted over a day and still can't get enrol_manual_enrol_users to work!!!!
by Juan Leyva. Hi,I'd recommend you to use the REST client instead the XMLRPC one, I remember that passing parameters to the XMLRPC is not very intuitive....
View Articlea set course content or set Section Webservices?
by Benjamin Jahic. Dear Community,After a lot of research on google and checking the API Documentation I do not see any web service function, which helps me to set the course content/sections inside...
View ArticleRe: add an external web service
by mariam cherif. the services are developed in netbeans 6.5 and the server is glassFish V2
View Article