PowerShell Module
by Matt Hamilton. Hi gang,Thought I'd post here since if you're using web services you might also be a PowerShell wonk like me.I've created a Moodle module that uses the web services. We've been using...
View ArticleColdfusion with Angular and Moodle
by Thomas Culver. Hello, I am a developer attempting to integrate Moodle with Java& Coldfusion and possibly with an Angular front-end. The website is an online real estate school,...
View ArticleRi: enrol_manual_enrol_users without enrolling the web service user
by Brunetto Spinelli. Searched in google for this without solution, so I did it by myself. Short answer: the user you use for your webservices need to allow the following capability:...
View ArticleRe: Displaying "plugin files" publicly
by Doug Henner. ...ok after all it works that way.
View ArticleError: Scalar type expected, array or object received using...
by Ben Kahn. Hi Moodlers, I'm using integration that syncs our Moodle courses into their system. It was working in the past but last Spring our courses would no longer sync and we had to create...
View ArticleRe: Error: Scalar type expected, array or object received using...
by Ben Kahn. Sorry, I should add I'm using Moodle 3.6 and token authentication.... I can take the same query on a test site like:...
View ArticleRe: Error: Scalar type expected, array or object received using...
by Eloy Lafuente (stronk7). Hi Ben,I've been looking to the WS (external function implementation) and those "courseformatoptions" are an array of name and value (scalar) pairs since 2012 and haven't...
View ArticleRe: Error: Scalar type expected, array or object received using...
by Ben Kahn. Hi Eloy, I haven't 100% succeeded yet but tentatively it looks like the issue is from unsupported characters that have made their way into the value field in the mdl_course_format_options...
View ArticleRe: REST-API: Create new users via auth_email_signup_user
by Lucas Macedo. Have you gotten the "secret" parameter? I have not found any documentation on how to get it, I also need to use the core_auth_confirm_user function
View ArticleCant find API functions for global groups
by We Be. HiI can't find a way to read out membership of global groups via webservices.Any Idea, how to do that?Thanx,WE
View Articleenrol to categories
by We Be. Cant find the web service (API Call) to enrol to categories.An idea?thxWe
View ArticleRe: enrol to categories
by We Be. If found a solution with the API-Call : core_role_assign_rolesroleid=...userid=...contextlevel ="coursecat";intanceid = categoryid;thanks
View ArticleREST API and Deep Links
by Thomas O'Connor. Is there a web service api call that lets you create deep links?
View Articlegroup vise reports
by Mariam Akram. how can i download groups with their assigned teachers each of then in a perticular course.
View ArticleRe: core_grades_update_grades: componet and activityid for manual grade item
by Jesus Marquez. Hi Roberto,Did you achive updating a student manual item?Thanks.
View Articlecore_group_get_activity_allowed_groups giving errors
by Sarita Phoosopha. Hi, I am using Rest to call the core_group_get_activity_allowed_groups function, but I keep getting the error {'exception': 'moodle_exception', 'errorcode': 'guestsarenotallowed',...
View ArticleRe: "No permission to create web service token for the service" with custom...
by Sarita Phoosopha. Hey, I was wondering how you fixed the problem of a site admin not being able to create a token? I might be having a similar problem.
View ArticleRe: "No permission to create web service token for the service" with custom...
by Ricardo Caiado. Hi, Sarita. Create a regular account and use it as your "site admin": http://sandbox.ambientevirtual.nce.ufrj.br/admin/roles/admins.php That´s how I solve my problem. Ricardo
View ArticleRetrieving Quizzes from Moodle through Web Services
by Shehan Senanayake. Hi,I'm currently using Web Services to retrieve the contents from Moodle to my Flutter app. However I can't seem to retrieve questions and answers. Is there an API I can use for...
View ArticleRe: "No permission to create web service token for the service" with custom...
by Sarita Phoosopha. Thanks!
View Article