 |
The AG API enables efficient access to a full set of capabilities in Psydex AG (Analytics Grid). This page documents the interface to the REST API.
All REST calls require authorization and an API Key. Client samples for Java, C# and custom TCP/IP socket interfaces are also available.
| |
| REST API Root URL(s) |
http://psydex.net/api |
| |
https://psydex.net/api |
| XSD Root URL(s): |
http://psydex.net/api/xsd |
|
https://psydex.net/api/xsd |
| |
| 200 |
OK |
| 404 |
Not Found |
| 500 |
Internal Server Error |
| |
| XML |
text/xml;charset=utf-8 |
| XSD |
text/xml;charset=utf-8 |
| Schema Definition |
| Invalid api_key parameter |
API Key parameter is not valid |
| Invalid API Key: XXXX |
API Key parameter did not decode properly |
| Authentication Failed for API Key: XXXX |
Invalid Password |
| Invalid Request |
Invalid Rest API Request |
|  |