From HEXONET Wiki
Line 1: | Line 1: | ||
− | {{Sidebar}} | + | {{Sidebar}} |
− | < | + | <div style="font-size: 160%;">System API</div> |
+ | |||
+ | |||
+ | __TOC__ | ||
+ | |||
+ | |||
+ | ==Event management== | ||
A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: <code>[[StatusEvent|StatusEvent]]</code>, <code>[[QueryEventlist|QueryEventlist]]</code> and <code> [[DeleteEvent|DeleteEvent]]</code>. Alternatively you can use the option <code>[[EventsPop3|Receive Events over POP3]]</code>. Please note that you should always choose only one method to avoid inconstancies. | A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: <code>[[StatusEvent|StatusEvent]]</code>, <code>[[QueryEventlist|QueryEventlist]]</code> and <code> [[DeleteEvent|DeleteEvent]]</code>. Alternatively you can use the option <code>[[EventsPop3|Receive Events over POP3]]</code>. Please note that you should always choose only one method to avoid inconstancies. | ||
Line 8: | Line 14: | ||
− | + | ==System API error codes== | |
Please find below a list of all API - Error CODES: | Please find below a list of all API - Error CODES: | ||
*[[API:ErrorCodes | API-ERROR CODES]] | *[[API:ErrorCodes | API-ERROR CODES]] | ||
− | + | ==System usage restrictions== | |
*[[API:QuotaSystem | System Usage Restrictions (Quota Regulation)]] | *[[API:QuotaSystem | System Usage Restrictions (Quota Regulation)]] | ||
− | + | ==Core API commands== | |
{{Infobox|Download: {{Template:Pdf|CORE_API_Reference.pdf| Core API manual}}}} | {{Infobox|Download: {{Template:Pdf|CORE_API_Reference.pdf| Core API manual}}}} |
Revision as of 18:29, 4 March 2014
System API
Contents |
Event management
A really important feature to track all domain-transactions. Normally you can poll all domain-events by using the commands: StatusEvent
, QueryEventlist
and DeleteEvent
. Alternatively you can use the option Receive Events over POP3
. Please note that you should always choose only one method to avoid inconstancies.
HEXONET informs you via email about all events via the PushEvents
feature. PushEvents is an additional event messaging service to store and process all product-related events on your side. Inform your client about outgoing/incoming transfers, successful registrations and many more. It can also be used as a backup solution for your own security.
System API error codes
Please find below a list of all API - Error CODES:
System usage restrictions