Re: API for question bank data
por suraj shukl. Hi Marcus Green, I am using Moodle 4.1.2 MOODLE_4012 I am creating the web application that's why I need API from Moodle and I have found this web services...
View ArticleRe: Web (Rest/SOAP) API for Moodle Question Bank
por tester dev. Hi All, Note: (I am using Moodle 4.1.2 MOODLE_4012 version.) I am waiting your help. Please help me for this- A) Since I need to make a different front-end, I need good API interface...
View ArticleRest API Authentication Error
by Nathan Loudon. Hi, I am very new to Moodle, trying to use the rest API with postman. I have:Enable web services in Site administration > Advanced featuresEnabled Rest in Site administration >...
View Articlemod_quiz_start_attempt to set a user override for opening a quiz
by Dan Logan. HiI'm trying to use a webservice command to set a user override for when a quiz opens for a specific userDoes anyone know how I would do this? I'm trying below command but it gives me an...
View ArticleRe: Rest API Authentication Error
by Nathan Loudon. So the bit I missed was "Enabling capabilities". I had to create a new role, then assign that role to the user. This page made it clearer:/admin/category.php?category=webservicesettings
View ArticleList of required parameters for web service requests
by Jeff Shrek. I am having trouble finding a list the required parameters for each api call.For example, this call works fine, as it does not require any parameters:core_course_get_coursesHowever, as...
View ArticleRe: List of required parameters for web service requests
by Jeff Shrek. Thanks to @Mark_Johnson to pointed me to this: Log in to your site as an administrator, and go to Site Administration > Server> Web Services > API Documentation This will list...
View ArticleGet All Calendar Events by a User ID
от AP ZP. I have requirement to get all Calendar events including action events for a user, i tried core_calendar_get_calendar_upcoming_view but this does not return the action events. tried...
View Articlegradereport_user_get_grades_table
par Wes Sykes. How do I find this function in Moodle's file structure so I can study it and try to work out how to modify the code?Currently it returns everything to build a results table and all I...
View ArticleWebservice function to Add Course section
by Tariq Zacharia. I have successfully used webservice function core_course_create_courses to create course using webservice. Now, I need to add course sections to the created course, but I'm unable...
View ArticleRe: Webservice function to Add Course section
by Ingo Marzolph. Hi Tariq,have a look at this plugin:https://github.com/corvus-albus/moodle-local_wsmanagesectionsBest regards,Ingo
View ArticleWhat is the significance of Node.js development services?
by kevin047 francis. Node.js development services hold significant importance for several reasons:1. JavaScript on the Server-Side2. High Performance and Scalability3. Large and Active CommunityGuess...
View ArticleRe: Rest API Authentication Error
by David Ramirez. Hello, I'm having the same issue, but I don't understand your solution. Can you please give me a hand. Cheers
View ArticleRe: Rest API Authentication Error
by Nathan Loudon. I think it was this line that guided me to the solution: Check user capability: The user should have appropriate capabilities according to the protocols used, for example...
View ArticleWebservice function to Add Course section
by Tariq Zacharia. I have successfully used webservice function core_course_create_courses to create course using webservice. Now, I need to add course sections to the created course, but I'm unable...
View ArticleErro moodle externallib.php
by Alexandre Stálin Silva Alves. Hello, we are trying to add functions to our external service but this error appears, we saw a discussion in the forum about something related but our externallib.php...
View ArticleCall external API from MoodleCloud
by Giritharan Thavalingam. Hello Community Members,When I setup a user account within the MoodleCloud, I'd also need to create a user account automatically using the same credentials in an external...
View ArticleRe: Call external API from MoodleCloud
by Marcus Green. MoodleCloud does not allow the installation of any 3rd party plugins so this may not be possible.
View ArticleRe: Call external API from MoodleCloud
by Giritharan Thavalingam. Thanks a lot Marcus for answering my query, appreciate your input.
View Article