Home

 

Community entry content

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


Community entry elements

Element How treated on input Description
<id> Ignored Unique identifier of a community entry.
<title> Required Entry title; a descriptive title of the community entry as defined in the Atom specification.
<category scheme="http://www.ibm.com/xmlns/prod/sn/type" term="community"/> Required Identifies a community entry.
<category term="tag_word"/> Optional Represents a tag assigned to a community.
<link rel="self" href="..." /> Ignored Use the Web address in the href attribute to return a complete representation of this community 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 community. If you are an owner of the community, the following operations are supported:

    GET

    Use the Web address in the href attribute to obtain a full representation of the community as an Atom entry document.

    PUT

    Use the Web address in the href attribute to update this community.

    DELETE

    Use the Web address in the href attribute to delete the community including all bookmarks, forum topics, and more.

<link rel="alternate" type="text/html" href="..."/> Ignored Use the Web address in the href attribute to obtain a HTML representation of this community entry that can be displayed in a Web browser.
<link rel="http://www.ibm.com/xmlns/prod/sn/logo" href="..." /> Ignored Use the Web address in the href attribute to obtain an image that represents the community's logo. The following operations are supported:

    GET

    Use the Web address in the href attribute to obtain the community logo image file. If a logo has not been set, a default image is returned.

    PUT

    Use the Web address in the href attribute to upload a new community logo image and replace the current one.

<link rel="http://www.ibm.com/xmlns/prod/sn/member-list" type="application/atom+xml" href="..." /> Ignored This link references the list of community members. The following operations are supported:

    GET

    Use the Web address in the href attribute to obtain a feed of members. You can subscribe to this address in a feed reader to keep up to date on the list of community members. Using links in the feed you can update or delete members.

    POST

    Use the Web address in the href attribute to add a member to the community.

<link rel="http://www.ibm.com/xmlns/prod/sn/bookmarks" type="application/atom+xml" href="..." /> Ignored This link references the community's list of bookmarks. The following operations are supported:

    GET

    Use the Web address in the href attribute to obtain a feed of bookmarks. You can subscribe to this address in a feedreader to keep up to date on the bookmarks shared by the community. Using links in the feed you can update or delete bookmarks.

    POST

    Use the Web address in the href attribute to add a bookmark to the community.

<link rel="http://www.ibm.com/xmlns/prod/sn/feeds" type="application/atom+xml" href="..." /> Ignored This link references the community's list of subscriptions to feeds. The following operations are supported:

    GET

    Use the Web address in the href attribute to obtain a feed of shared community feed addresses. You can subscribe to this address in a feed reader to keep up to date on the list of feeds shared by the community. Using links in the feed you can update or delete individual shared feeds.

    POST

    Use the Web address in the href attribute to add a feed to the list of feeds shared by the community.

<link rel="http://www.ibm.com/xmlns/prod/sn/forum-topics" type="application/atom+xml" href="..." /> Ignored Use the Web address in the href attribute of this link to work with the forum topics of the community. The following operations are supported:

    GET

    Use the Web address in the href attribute to obtain a feed of forum topics. You can subscribe to this address in a feed reader to keep up to date on the topics being discussed in the community. Using links in the topics feed you can update the topics or work with the replies to the topics.

    POST

    Use the Web address in the href attribute to add a forum topic.

<snx:membercount> Ignored Contains the number of members of this community.
<snx:communityType> Required Indicates whether the community is public or private. Options are:

    private

    Community does not allow public access.

    public

    Community allows public access, and anyone can join.

    publicInviteOnly

    Community allows public access, but users must request to join.

<content type="html"> Required A description of the community; may be empty.
<summary type="text"> Ignored A plain text summary of the description of this community; this description is provided in feeds in place of the full description.
<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> Ignored The author of this community as defined in the Atom specification.


Communities Atom entry types

 

Related reference


Create communities

Retrieving a community

Updating communities

Delete communities


+

Search Tips   |   Advanced Search