Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Web services API.

Development:Web services API: Difference between revisions

From MoodleDocs
No edit summary
m (cat edit)
Line 20: Line 20:
* Using Moodle [http://moodle.org/mod/forum/view.php?f=965 Web Services forum]   
* Using Moodle [http://moodle.org/mod/forum/view.php?f=965 Web Services forum]   


 
[[Category:Developer|Web services API]]
 
[[Category:Developer]]
[[Category:Administrator]]
[[Category:Administrator]]

Revision as of 10:15, 18 June 2007

Overview

The Web Services API provides Moodle with a web service interface to allow exchange of data and information with other systems.

For example,

  1. Manage user data - send and retrieve the information,
  2. Manage course enrolments - add/remove teachers and students,
  3. Course management - create new courses based on templates,
  4. Gradebook info - extract grades information from Moodle.

XML-RPC background

The server script

Things you can do

See also