ContentItems
This method retrieves a list of content items for a specified content
connection.
Request
Method | URL |
---|---|
GET |
|
Parameters | Type | Value |
---|---|---|
Accept | HEAD | application/json Where application is the application to connect to. This is the unique name provided in the response to the login request. |
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. |
<contentconnection_id> | URL_PARAM | String specifying the unique name provided in the response to the content connection request. |
Response
Status | Response |
---|---|
200 | The response is an array containing the list of
content items (object). Each item in the response array has the
following
structure:
For example:
|
401 |
|