N: in 'other' column of mdl_logstore_standard_log
by Ken Task. Version 2.7.20 (yes, I know very old not supported etc. etc.)mysql 5.5.42, PHP 5.5.38 with Zend OpCache.While investigating how to reduce the size of mdl_logstore_standard_log thus...
View ArticleWeb Services Roadmap
by Mohamad El Bohsaly. Dear concerned,What is the best way to excel in Moodle Web Services creation/development? We have a basic knowledge in PHP and MySQL. In addition, we have been trying to...
View ArticleRe: Rest API for authentication
by Josef Grunig. Hi,did you find a way to perform what you were asking? I have a similar requirement.Bests,Josef Grunig
View ArticleRe: N: in 'other' column of mdl_logstore_standard_log
by Paul Holden. It means NULL -$ php -r "echo serialize(NULL);" N;
View ArticleRe: N: in 'other' column of mdl_logstore_standard_log
by Ken Task. Thanks, Paul! Well, DUH! should have been able to figure that out! (red-in-face).Now all I need to do is to get the programmer of the webservices script they run to explain why a NULL is...
View ArticleSite In Maintenance Mode - Webservice function to check?
by Ken Task. Have looked through API functionshttps://docs.moodle.org/dev/Web_service_API_functionsand I don't see a function that checks if the moodle is in the Maintenance mode or not."Client" has...
View ArticleNew web service - delete user data
by Dorel Manolescu. HiI created a new web-service local plugin which mimic the to some extend the delete user data behaviour for GDPR purposes.The plugin is...
View ArticleWeb services token expiration
by Petar Nikolovski. I've looked into documentation for web services, but it seems that I may have missed information about how long tokens live? Does anyone know how long tokens need time to expire?...
View ArticleRe: New web service - delete user data
by Dorel Manolescu. source control url: https://github.com/dmanolescu/moodle-local_gdpr_deleteuserdata
View ArticlePages view and other events
by Petar Nikolovski. Is there an web services API endpoint which can be queried to retrieve list of page view events by some user? For example click events, page views, time how much user spent on a...
View ArticleWebservice for adding cohort to course?
by Richard van Iwaarden. Is there no webservice for adding a cohort to a course?Or am I overlooking this?If not... does everyone use manual enrolment for students/teachers in a course when using...
View ArticleRe: core_user_create_users and core_user_update_users are missing some core...
by Nicholas Stefanski. Wonderful! I never got around to taking a stab at this myself, but this works retroactively at least back to Moodle 3.4.3 as well. It also happens to fix some weird errors I was...
View ArticleRe: core_user_create_users and core_user_update_users are missing some core...
by Richard van Iwaarden. Hi Nicholas,You are welcome... but can you help me? Which files do I have to replace in Moodle 3.5 to get this working?I'm not profiting of these changes myself yet...
View ArticleRe: core_user_create_users and core_user_update_users are missing some core...
by Nicholas Stefanski. In 3.4.3, the only file I replaced was user/externallib.phpI guess I should note that I didn't test all the new fields, just `phone1` and I think `institution`. But like I said,...
View ArticleRe: Webservice for adding cohort to course?
by Richard van Iwaarden. This is seriously not possible?I'm amazed by this. How do big universities or other big Moodle installations add users to courses with webservices... all MANUAL enrollments?I...
View ArticleRe: Webservice for adding cohort to course?
by Richard van Iwaarden. Created a tracker for this: MDL-62976Please vote if you think this is a good idea to have.
View ArticleWeb Services for Content Creation
by Shaun T. Hi, I'm looking for web services that would allow the creation of Moodle activities and resources such as assignments, books, pages, quizzes, forums, etc. I've been looking at MDL-40779...
View ArticleBest way to delete user from the system
by Mantas Šedys. Hello,what is the best way to sort active/inactive users in the system? I would like to use webservice, because I will checking with SAP system.
View ArticleGet assignment intro attached file?
by Paul Sensus. Hi,I am developing a web application that can list and download all files related to a course. I am using the RESTful Web Service API and I am able to retrieve all course files, but I...
View ArticleFetch assignment details for a course, including due dates.
by Zadok Lindt. Is there an api that allows you to fetch all assignments in a course, that includes the due date information?I can see one api that allows you to fetch assignments, but it returns just...
View Article