Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

At the heart of open source is customization, and at the heart of customization is Web Service APIs. Because of the variety of software languages used to build sipXcom and the number of embedded open source applications in sipXcom there are several different web service protocols and authentication schemes available.

Web APIs are typically used:

  1. to integrate with other systems. For example integration with a given company's internal user management system.
  2. to integrate with other applications. For example MS Outlook(tm) toolbar addons.
  3. internally inside sipXcom when two services on potentially two different servers to communicate with each other.

Having complete APIs are a very important goal of sipXcom and so their feature set expand with each new release.

List of REST APIs

You can see all REST APIs by accessing URL:

https://YOUR_SIPXECS_INSTALL/sipxconfig/api?_wadl

 

The returned XML will have all of the available REST calls:

 

<grammars/>
</resources>
</application>

 

The following is the older Web Service API Doc needs to be converted to Wiki Format (each section a new page?)

Download current Web Service API Doc

 

Tried importing the Word doc and it was a bit of a mess with respect to headers.

 

 

  • No labels