Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Mnet Web services API

From MoodleDocs
Revision as of 10:15, 18 June 2007 by Helen Foster (talk | contribs) (cat edit)

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