KnowledgeTree API Documentation

API Information

KnowledgeTree exposes rich SOAP and REST APIs that allows you to completely integrate KnowledgeTree into your web application or back-end system.

These documents are the official reference for that functionality.

The easiest way to interface with KnowledgeTree's API's is by using one of our language bindings. These are completely open source and wrap up core functionality in a language specific manner and should ensure that your integration is quick and painless.

Currently, the PHP binding is available and can be found here.


REST Web Service

The REST web service framework uses PHP5's reflection capabilities to implement the functionality in the API

SOAP Web Service

Utilizing the SOAP protocol, core functionality is exposed to third parties in a manner that is platform independent and programming language independent.