Re: Netsuite integration
by kushal mehta. Moodle provides many web services by default. You can just pass its token to your RPC and transact data.Or you can create your web service as well as token for your purpose where your...
View ArticleRe: invoke an external web services when an event occurs
by kushal mehta. use default we service features.
View ArticleRe: WebService API to upload file to a course?
by sumit negi. Hi All,Can anyone help me, how file can be uploaded using core_files_upload, I am not able to use it. I have integrated my moodle (2.4) with drupal and want to trigger file uploading...
View ArticleRe: XML-RPC protocol problems
by William Cummings. Same issue here.The web services in Moodle are "unreliable at best".
View ArticleFunction get instant messages!
by Fábio Barreiros. I'am starting my new class to send instant messages, I have the core_message_send_instant_messages, but no function to get messages, is there a way to access the received messages...
View ArticleRe: Update user data using web services
by Ramchadnra Pujari. Marti, have you get any opprtunity to solve this issue am also waiting for replay.Thank you
View Articlehow do I get the user id of a token?
by dang quang. Hi everyone. I am beginner, my problem is how to get the information of a user when he login into mobile app. the infomation includes courses which he enrol, his profile... I think to...
View ArticleDual Base URL in Moodle
by vishal mevada. i have installed the XAMPP and Moodle 2.5 INside it Along side, also installed No-ip client to convert this to webservernow my question is, i woud like to use this server as intranet...
View ArticleRe: Quiz web services available as local plugin
by Fábio Barreiros. any news about this?
View ArticleRe: how do I get the user id of a token?
by Dual Cube. Dear Dang,Hope you are doing good. I understand you are a beginner, and there is no end to the number of problems you may have to face in the initial stages of getting acquainted with...
View ArticleRe: Getting Scorm id of a course
by Dual Cube. Hello Sandeep,I understand you are trying to create an app for Moodle.You have mentioned that you are getting the course details and its contents. In order to get the SCORM id you have...
View ArticleRe: Dual Base URL in Moodle
by Tim Hunt. No. You can't. This breaks various things.Get your DNS set up correctly, so there is one URL to access Moodle whereven you are.
View ArticleRe: Getting Scorm id of a course
by Sandeep Nair. Hi Purnendu,Thanks a lot.This is what I have implemented using a middleware service. I am trying to create the SCORM url for a course. The URL requires two parameters scoid and cm. I...
View ArticleRe: Getting Scorm id of a course
by Dual Cube. Sandeep,Good to know you’ve resolved the issue. Keep moodling!Have a good day.Cheers!Purnendu
View ArticleREST API for Quiz-Password
by Ananth Tipparaju. Hi, Is there any way we can get the Quiz Password through the REST API call. We are trying to integrate our system with Moodle and found that we are not getting the Password...
View ArticleRe: REST API for Quiz-Password
by Tim Hunt. I don't think there are any quiz web services yet. You would need a file like mod/forum/externallib.php, only for quiz.Specifically, it is a method like get_forums_by_courses that is needed.
View ArticleRe: REST API for Quiz-Password
by Ananth Tipparaju. Hi Tim,Thank you for the response. We need to get the quiz/assignment password as part of our integration. Is there any way we can get it or at least a workaround. I am...
View ArticleRe: REST API for Quiz-Password
by Tim Hunt. Well, the data is in the database in the mdl_quiz and mdl_assign tables. Getting data out of a database is not a hard problem.(Choosing the best way might be.)Coding a basic get quiz and...
View ArticleRe: REST API for Quiz-Password
by Ananth Tipparaju. Thank you Tim. I will try that and let you know.ThanksAnanth
View Article