importing/exporting moodle LMS data from/to HR system platform via an API

importing/exporting moodle LMS data from/to HR system platform via an API

by altan ahmet -
Number of replies: 2

I'm looking at the feasibility of automatically integrating an employers HR system with learners course information on a moodle LMS. 

Historical employee record data that is created or exists in the HR system needs to be reflected in the new moodle LMS

And

The HR system needs to be able to read the learners information on moodle

My question is does moodle have the ability to import/export learners information from/to an external HR system via an API ?

The requirement is for the HR system to be able to read the moodle learner information in real time via an API is that possible  ?

 If it can import/export, what are the fields that can be imported/exported from moodle ? 


Average of ratings: -
In reply to altan ahmet

Re: importing/exporting moodle LMS data from/to HR system platform via an API

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
The short answer is yes. The longer one is that Moodle is open source so you can access any of the data and you would need to become familiar with the data structure and hire a developer to set up the export. This diagram may give you an idea of some of the tables in Moodle.
https://www.examulator.com/er/3.0/
Daigrams for later versions are available at
https://www.examulator.com/er
Average of ratings: Useful (1)
In reply to Marcus Green

Re: importing/exporting moodle LMS data from/to HR system platform via an API

by altan ahmet -
I've been talking to a developer who says he can do it, but I was a little skepetical

Thank you Marcus