APIs to extract information from moodle

APIs to extract information from moodle

autor David Li -
Počet odpovedí: 4

Hi. 

New to Moodle here and installed it onto a GCP VM. All is good and dandy and Moodle is a great tool.

I'm trying to get another application to extract certain information from my Moodle instance - the users and their issued badges. 

Questions is: Is there a built-in external API that can be accessed to pull that information out? Going through documentation, seems the APIs are for plugins development. 

If not, I believe I found the database table that has that information: `mdl_badge_issued` - for which I can write a custom API for that data. Just afraid that this might break in future versions.

Thanks !

Priemer hodnotení : -
V odpovedi na David Li

Re: APIs to extract information from moodle

autor Marcus Green -
Obrázok: Core developers Obrázok: Particularly helpful Moodlers Obrázok: Plugin developers Obrázok: Testers
Search on the term web services for this sort of thing.
V odpovedi na Marcus Green

Re: APIs to extract information from moodle

autor David Li -
Thanks for the lead. Going to dig in.
V odpovedi na David Li

Re: APIs to extract information from moodle

autor Chen Chen -

Hi David, did you manage to find the api for badges?