REST API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
===Return codes=== | ===Return codes=== | ||
200: Success: This means the request was accepted. | |||
406: Not Acceptable. This is returned when an attempt is made to fire an event, with invalid or incomplete parameters. | 406: Not Acceptable. This is returned when an attempt is made to fire an event, with invalid or incomplete parameters. |
Revision as of 12:33, 21 April 2015
In Q2 2015 you can connect to the Tygron Engine via a REST API.
More info about rest can be found here
Specs
- JSON format.
- SSL encrypted with same credentials for normal Engine login.
Return codes
200: Success: This means the request was accepted.
406: Not Acceptable. This is returned when an attempt is made to fire an event, with invalid or incomplete parameters.