ContentConnections method
This method retrieves a list of available content connections.
Request
Method | URL |
---|---|
GET |
|
Parameter | Type | Value |
---|---|---|
Accept | HEAD | application/json Where application is the application to connect to. |
Cookie | HEAD | ASP.NET_SessionId_app =
<session_app_key> Where session_app_key is the Set-Cookie returned by the login request. |
<application> | URL_PARAM | String specifying the name of the application. |
Response
Status | Response |
---|---|
200 | The response is an array containing the list of
content connections (object). Each item in the response array has
the following
structure:
For example:
|
401 |
|
500 |
|
500 |
|