|
|
|
@ -10,6 +10,12 @@ The REST API does always return valid JSON data. This includes the non 200 |
|
|
|
status responses. If non JSON is received this is an error not generated by the |
|
|
|
status responses. If non JSON is received this is an error not generated by the |
|
|
|
API or there was a problem while JSON encoding. |
|
|
|
API or there was a problem while JSON encoding. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some end points of this API require a existing session from the channeling |
|
|
|
|
|
|
|
API, incuding the private secret session ID. To get these it is sufficient |
|
|
|
|
|
|
|
to connect to the channeling API with a websocket connection. The server |
|
|
|
|
|
|
|
sends the session ID (Id) and secure session ID (Sid) within the Self |
|
|
|
|
|
|
|
document after connection was established. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Available end points with request methods and content-type: |
|
|
|
Available end points with request methods and content-type: |
|
|
|
|
|
|
|
|
|
|
|
|