Plugins fetcher
Maintained by
Adrian Perez Rodriguez, Sascha Vogel
This plugin retrieves information about installed plugins.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Thank you for your message. I contact you directly to get more info about this issue.
I got error when trying to get plugins on one of my servers: &wsfunction=local_pluginsfetcher_get_info&type=mod&moodlewsrestformat=json
{"exception":"core\\exception\\invalid_response_exception","errorcode":"invalidresponse","message":"Invalid response value detected"}
If I change mod to something different it works. I guess one of the plugins with mod_ prefix got invalid value for realease. This needs a workaround in my opinion. Great plugin btw.
You should see a new web service "local_pluginsfetcher_get_information" under https://[yourmoodle]/admin/webservice/documentation.php.
You can use e.g. Postman, CURL or simply a Browser to call https://[yourmoodle]/webservice/rest/server.php?wstoken=[yourtoken]&wsfunction=local_pluginsfetcher_get_information&moodlewsrestformat=json and get a json list of your plugins.
We use that for get an overview of plugins and versions on all our moodle platforms.