Web services: Difference between revisions

From MoodleDocs
m (removing new features template)
 
(10 intermediate revisions by 6 users not shown)
Line 2: Line 2:
Web services enable other systems to login to Moodle and perform operations.  
Web services enable other systems to login to Moodle and perform operations.  


_______________
Web service tokens are read-once. Once used they are no longer available. If you forget it or need it, you can create a new one.
[[File:webservicereadonce.jpg|center]]
== Administrator documentation ==
== Administrator documentation ==
* [[How_to_create_and_enable_a_web_service|How to create and enable a web service]]
* [[How_to_create_and_enable_a_web_service|How to create and enable a web service]]
Line 12: Line 17:
==See also==
==See also==
Sharing knowledge:
Sharing knowledge:
* The official discussion [http://moodle.org/mod/forum/view.php?id=6971| forum is here]
* [http://moodle.org/mod/forum/view.php?id=6971 Web services forum] on moodle.org
* [[Web_services_FAQ|Web services FAQ]]
* [[Web_services_FAQ|Web services FAQ]]


Developer documentation:
Developer documentation:
* [[Development:Web_services | Web services]]
* [[Development:Web_services | Web services developer documentation]]
* [[:dev:Web_services_Roadmap | Web service Roadmap]]


Other implementations:
Other implementations:
Line 23: Line 29:
[[Category:Web Services]]
[[Category:Web Services]]


[[es:Servicios web]]
[[de:Webservices]]
[[eu:Web-zerbitzuak]]
[[eu:Web-zerbitzuak]]
[[fr:Services Web]]
[[ja:ウェブサービス]]
[[ja:ウェブサービス]]

Latest revision as of 10:02, 26 March 2024

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

_______________

Web service tokens are read-once. Once used they are no longer available. If you forget it or need it, you can create a new one.

webservicereadonce.jpg

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: