Home

 

Get a feed of the featured posts

Get the featured posts feed to find the blog posts that have had the most activity across all of the blogs hosted by the Blogs feature in the past two weeks.


Atom API request details

Resource Description
{homepage}/feed/featured/atom The featured posts feed.

{homepage} represents the blog handle of the blog configured to be the home page of the Blogs feature. The handle is defined when the home page blog is created by the administrator.

You cannot provide input parameters to narrow down the content that is returned in the feed; the server calculates which blog postings are featured based on recent activity.

 

Output

An Atom feed document containing the blog post entries. The maximum number of posts returned is five. All elements are in the http://www.w3.org/2005/Atom namespace.


Featured posts feed content

Element Description
<title> Title of the feed.
<link rel="alternate" type="text/html" ... /> Links to the HTML representation of the list of featured blog posts. You can perform the following operation on the value of the href attribute:

  • GET HTML for display in browser

<link rel="self" ... /> Specifies the preferred address for retrieving a current copy of this Atom feed document. You can perform the following operation on the value of the href attribute:

  • GET a current copy of this feed

<link rel="http://www.ibm.com/xmlns/prod/sn/issues" ... /> Links to the list of available issue categories used to report inappropriate content to the Blogs administrator. You can perform the following operation on the value of the href attribute:

  • GET the issues categories document

<openSearch:totalResults> Specifies the total number of featured post entries available.
<entry ... /> One blog post Atom entry is provided for each featured blog post. See Blog posting content.

The following resources are available from the featured posts feed:

The following resources are available from the individual entries in the featured posts feed:


Get data from all of the blogs

 

Related reference


Blog posting content


+

Search Tips   |   Advanced Search