Difference between revisions of "RESTful Guide"

From OpenKM Documentation
Jump to: navigation, search
(Created page with "OpenKM has a complete API exposed via REST. This means you can call any of these API methods from any programming language, like Java, PHP or Python among others. This feature...")
 
m (Pavila moved page REST Guide to RESTful Guide)
(No difference)

Revision as of 09:39, 30 July 2013

OpenKM has a complete API exposed via REST. This means you can call any of these API methods from any programming language, like Java, PHP or Python among others. This feature makes it possible to create a custom client, or integrate with third-party applications like a CRM or a CMS.


Nota idea.png For now this API is only available on OpenKM Professiona 6.4.2.

If you point your browser to http://localhost:8080/OpenKM/services, you can see the SOAP API at first place but at the bottom you will see a Available RESTful services section.