Returns the data for
a single feed. For security, passwords are not returned for feeds. Password
elements are masked (******).
URL:
|
https://<ServerIP>:<Port>/ccp-webapp/ccp/feed/<id>
For more information about <id>, see ID Variables.
|
HTTPS method:
|
GET
|
Example XML response:
|
Example 1:<Feed>
<changeStamp>2</changeStamp>
<chatInactivityTimeout>300</chatInactivityTimeout>
<chatJoinTimeout>60</chatJoinTimeout>
<description>My web chat feed</description>
<name>My Chat Feed</name>
<pushFeedURL>https://[Server]:[Port]/ccp-webapp/ccp/chatfeed/100159
</pushFeedURL>
<refURL>https://[Server]:[Port]/ccp-webapp/ccp/feed/100159
</refURL>
<replyTemplateRefURL>
https://[Server]:[Port]/ccp-webapp/ccp/template/reply/302
</replyTemplateRefURL>
<status>1</status>
<tags>
<tag>tag1</tag>
<tag>tag2</tag>
<tag>tag3</tag>
</tags>
<type>8</type>
</Feed>
|
HTTPS response headers:
|
https/1.1 200 OK
Content-Type: application/xml
Transfer-Encoding: chunked
Date: Tue, 12 Jan 2010 16:50:46 GMT
See also HTTPS responses.
|