Forum entry content 

Lists the elements in a forum Atom entry.

All elements are in the http://www.w3.org/2005/Atom namespace, except those that are prefixed as follows:

snx

Table 1. Forum entry elements

Element How treated on input Description
<id> Ignored Unique identifier of a forum.
<title> Required Forum title.
<content type="html"> Required A description of the forum; may be empty.

Note: If the content is larger than 2KB, then a <summary> element with the first 2KB of the content is included instead, and an enclosure link which points at the full content is provided.

<category scheme="http://www.ibm.com/xmlns/prod/sn/type" term="forum-forum"/> Required Identifies a forum definition.
<category term="tag_name"/> Ignored Represents a tag the owner has applied to the forum. Repeats for multiple tags.
<link rel="replies" type="application/atom+xml" href="..." /> Ignored Use the web address in the href attribute to work with topics in this forum. The following operations are supported:
GET

    Use the web address in the href attribute to obtain a feed of topics. You can subscribe to this address in a feed reader to keep up to date on the discussion in the forum. Using links in the replies feed you can reply to the topics.

POST

    Use the web address in the href attribute to create a reply to the topic with the HTTP POST method.

<link rel="alternate" type="text/html" href="..."/> Ignored Use the web address in the href attribute to obtain a HTML representation of this forum that can be displayed in a web browser.
<link rel="self" href="..." /> Ignored Use the web address in the href attribute to return a complete representation of this forum as an Atom entry document.
<link rel="edit" type="application/atom+xml" href="edit_url" /> Ignored Use the web address in the href attribute to obtain an Atom entry document containing a complete representation of this forum. If you are an owner of the forum, the following operations are supported:
GET

    Use the web address in the href attribute to obtain a full representation of this forum as an Atom entry document.

PUT

    Use the web address in the href attribute to update this forum.

DELETE

    Use the web address in the href attribute to delete the forum including all topics and replies.

<category term="locked" scheme="http://www.ibm.com/xmlns/prod/sn/flags"></category> Ignored Indicates that the forum is locked; topics or replies are not allowed to be posted.
<published> Ignored The date an entry was published as defined in the Atom specification.
<updated> Ignored The date an entry was updated as defined in the Atom specification.
<author>
  <name>
  <email>
  <snx:userid>
  <snx:userState>
</author>

Ignored The author of this community as defined in the Atom specification. If IBM Connections is configured to prevent email addresses from being displayed, then the <email> element is not supported; provide the <snx:userid> instead. Otherwise, <email> can be used. The <name> and <snx:userState> elements are ignored on input.


Parent topic

Forums entry types


   

 

});

+

Search Tips   |   Advanced Search