-

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

Web services: Difference between revisions

From MoodleDocs
(New page: Moodle allow users to call web service from an external application. = User Manual = How to get a token = Administrator = Set up for users as client with token authentication<br/> ...)
 
No edit summary
 
(66 intermediate revisions by 11 users not shown)
Line 1: Line 1:
Moodle allow users to call web service from an external application.
{{Managing a Moodle site}}
= User Manual =
Web services enable other systems to login to Moodle and perform operations.
[[How to get a token]]
 
= Administrator =
== Administrator documentation ==
[[Set up for users as client with token authentication]]<br/>
* [[How_to_create_and_enable_a_web_service|How to create and enable a web service]]
[[Set up for one system controlling Moodle with token authentication]]<br/>
* [[Enable mobile web services|How to enable the mobile web service]]
[[Set up for one system controlling Moodle with username/login authentication]]
 
== User documentation ==
Most of the time, the client application will retrieve the key (token) for a user. However, it is still possible for a user to view the key and to regenerate it.
* [[Security keys|How to obtain a security key (token)]]
 
==See also==
Sharing knowledge:
* [http://moodle.org/mod/forum/view.php?id=6971 Web services forum] on moodle.org
* [[Web_services_FAQ|Web services FAQ]]
 
Developer documentation:
* [[Development:Web_services | Web services developer documentation]]
* [[:dev:Web_services_Roadmap | Web service Roadmap]]
 
Other implementations:
* [[:dev:Web_Services:OK_Tech_Web_Services|OK Tech Web Services]]
 
[[Category:Web Services]]
 
[[es:Servicios web]]
[[de:Webservices]]
[[eu:Web-zerbitzuak]]
[[fr:Services Web]]
[[ja:ウェブサービス]]

Latest revision as of 09:28, 20 May 2019

Web services enable other systems to login to Moodle and perform operations.

Administrator documentation

User documentation

Most of the time, the client application will retrieve the key (token) for a user. However, it is still possible for a user to view the key and to regenerate it.

See also

Sharing knowledge:

Developer documentation:

Other implementations: