Re: external function problem
by hashirshabbir shabbir. It seems like there might be an issue with the visibility of your external function in the web service. Ensure that the file containing the function definition is properly...
View ArticleProblems with ä,ö,ü,É,é,Ç by using webservice
by Moritz Grey. Hello,I use the Moodle web services, among other things, to create new users.Now I have names like thisPeter Meyerwhich are also displayed correctly in the database.The whole thing...
View ArticleRe: Problems with ä,ö,ü,É,é,Ç by using webservice
by Ken Task. What is your DB's character set and collation?'SoS', Ken
View ArticleRe: Problems with ä,ö,ü,É,é,Ç by using webservice
by Moritz Grey. Hey, utf8mb4_unicode_cli
View ArticleRe: Problems with ä,ö,ü,É,é,Ç by using webservice
by Ken Task. _cli?Are you sure? Suggest you run a command line script in code/admin/cli/php mysql_collation.php -lAlso run:php cfg.php |grep langlang packs up to date?'SoS', Ken
View ArticleRe: Creating users via API
by Kodexo Labs. Hello,Congratulations on your project's one-year anniversary! Concerning the Moodle API issue, it appears to be an authentication issue. Make sure your requests include the appropriate...
View ArticleRe: Problems with ä,ö,ü,É,é,Ç by using webservice
by Moritz Grey. Hey There Moodle Language: filter_multilang_converted 1 fullnamedisplay language alternativefullnameformat language autolang 1 langmenu 1 langlist langrev 1701316084...
View ArticleRe: Problems with ä,ö,ü,É,é,Ç by using webservice
by Ken Task. Guess your posting that showed _cli was a mistake then.All tables you've shared have _ciConfusing ... Lines that begin with mdl_ are the tables.Lines indented are the columns in those...
View Articlegradereport_user_get_grade_items not returning item information
by Pete Edwards. In Moodle 3.9 (will test later versions) I am calling gradereport_user_get_grade_items on a course with 2 activities: a lesson and an assignment. The lesson grade is returned...
View ArticleWriting API endpoints for other people's plugins?
by Jock Coats. Am I misremembering something I wonder. Is it possible to write a web services API endpoint (perhaps in a local plugin) that carries out functions implemented in someone else's plugin?...
View ArticleRe: Creating users via API
by don mega. at first you need to create a token for access APIuse command curl for example or Postman, etccurl -d username="student" -d password="sandbox"...
View ArticleRe: Creating users via API
by Raj Sanghvi. Creating users via API offers several benefits, including:Efficiency: APIs enable the creation of users with minimal manual intervention, streamlining the user registration process and...
View ArticleLeverage the Web Services
by James Athar. As we delve into the dynamic world of Moodle Web Services, aiming to optimize communication and collaboration within our educational community, I'm curious about a specific aspect. How...
View Articlegradereport_user_get_grade_items not returning item information
by Pete Edwards. In Moodle 3.9 (will test later versions) I am calling gradereport_user_get_grade_items on a course with 2 activities: a lesson and an assignment. The lesson grade is returned...
View Article[4.3.2]Something changed in cohort webservices?
by Richard van Iwaarden. We have updated from 4.2.2 to 4.3.2 and find this error often in our logs:[03-Jan-2024 02:10:21 Europe/Amsterdam] REST exception handler: Invalid parameter value detected...
View ArticleRe: [4.3.2]Something changed in cohort webservices?
by Ken Task. 'Did something change?'One more reason for git ... supposedly, one can compare specific code between branches.Please...
View ArticleExporting Submission Data Using Webhook
by Dylan Ratti. Hello! I'm very new to webhooks & APIs, and have been trying to set up an automation in Zapier where once a student submits their assignment document, it automatically retrieves...
View ArticleHow to use token in header of REST API request?
by Ben A. I have setup web services and am able to successfully callout to Moodle using Postman using the token as a parameter (ie: .../server.php?wstoken=[mytoken]). However, I want to pass the token...
View ArticleEvents with custom eventtype automatically deleted
by Julian Field. I'm using the WS core_calendar_create_calendar_events API call, and setting the eventtype to a custom string of my choosing as I want to be able to automatically manage these events...
View Article