Re: Get all Users of the Moodle-Database with API
by Daniel Neis Araujo. Hello, For what I know, there is no such web service. We could use core_user_get_users but it always need a criteria to filter. A possibility is create a report using...
View ArticleWhy is there no filtering method for the manage tokens page?
by Fabian Glagovsky. I have 1327 pages of tokens and no way to filter by username, or surname or creator, ip restriction, valid until... Who designed that? 🤣And how can you bulk delete a selection of...
View ArticleRe: Why is there no filtering method for the manage tokens page?
by Helen Foster. Hi Fabian,If you're able to upgrade to Moodle 3.11, you'll find a tokens filter (MDL-67748).
View ArticleRe: Why is there no filtering method for the manage tokens page?
by Fabian Glagovsky. Yay!! Thank you Helen. One of these days. Best, Fabian
View ArticleWhich web service shows the courses a student is enrolled in?
by Moritz Grey. Dear Experts, Which web service shows the courses a student is enrolled in?Thanks for help....
View ArticleWhich web service shows the users who are enrolled in a Moodle course?
by Moritz Grey. Dear Experts, Which web service shows the users who are enrolled in a Moodle course?core_...? Thanks everyone for help. MGr
View ArticleSet Managerrole with php-Skript or API/Webservice
by Moritz Grey. Hey there..., is it possible to give a user a manager-role by using a php-skript or api / webservice? Thanks everyone for help.... MoGr
View ArticleRe: How to update the user enrolment via the API
by Vitor Carvalho. Hi Carlos Chiarella, Have you found the solution for this error? I am trying to use this function, but I don't understand the parameters required. I want to know which parameters...
View ArticleWhat is PPC? How to do work PPC?
by Tri Col. What is PPC?PPC (Pay-Per-Click): PPC stands for pay-per-click. It’s an advertising model for the web within which advertisers acquire advertising their merchandise on an internet site or...
View ArticleRe: Why is there no filtering method for the manage tokens page?
by Fabian Glagovsky. Yay!! Thank you Helen. One of these days. Best, Fabian
View Articlecore_course_get_courses_by_field / core_course_get_courses - paging options?
by Sergei Rodionov. Hi, All.is there any way to use paging on webservices for course lists? I am dealing with institution that has over 45k courses in Moodle, and while every single course detail...
View ArticleError guestsarenotallowed on call core_user_view_user_profile bay API REST
by Samuel Calegari. HelloI a have an error message :first I get Token from ;GET https://mymoodle.com/login/token.php?username=myuser&password=mypassword&service=moodle_mobile_appbut when I...
View ArticleRe: Error guestsarenotallowed on call core_user_view_user_profile bay API REST
by Samuel Calegari. solved my problem with another function...
View ArticleGive a user a global Role via Webservice
by Moritz Grey. Hey everyone, is there a web service in Moodle that can be used to assign a global role, e.g. course creator, to a user based on his ID?Thanks everyone vor help. Hallo zusammen, gibt...
View ArticleUpdate group messages with core_group_update_groups
by We Be. Is there an API-Call zu enable/disable group messages?The API-call core_group_update_groups seams to have such an option.
View ArticleRe: Update group messages with core_group_update_groups
by We Be. Sorry: The API-call core_group_update_groups seams NOT to have this option.
View ArticleRe: Get all Users of the Moodle-Database with API
by We Be. Use the Widcard % with core_user_get_users criteria[0][key]="lastname" criteria[0][value]="%"
View ArticleRe: Which web service shows the users who are enrolled in a Moodle course?
by We Be. core_enrol_get_enrolled_users
View ArticleRe: Can't see Web Services Plugin in Moodle 3.11
by We Be. Same for me. Help appreciated
View ArticleMoodle webservice core_role_assign_roles dont works for course_categories
by Moritz Grey. Hey Everyone, i want to give the user id: 4 for coursecategorie: 1049 the role: 2 (coursecreater)Here is my...
View Article