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 3 Next »

The Celoxis Application Programming Interface (API) is simply another way to access Celoxis — one that makes it easy for third-party and custom tools to programatically access and interact with the service. The API is extremely simple to use, and this guide should provide everything you need to implement software that works with Celoxis.

The principal design objectives behind the API are:

  • Simplicity and easy of use
  • Language independence - you should be able to use any programming language like Java, .NET.
  • Flexibility - you should be able to leverage the full power of SQL

Celoxis provides you with 2 ways to extract data from the database:

  • XML/JSON
  • PHP-API

 

  • No labels