Home

 

Get a feed of the latest posts added to all blogs

Get the Blogs home page feed to retrieve all of the blog posts across all of the blogs hosted by the Blogs feature from most recent to oldest. You can narrow down the posts that are returned by passing parameters to the request that you use to retrieve the feed.

The home page blog is configured by the administrator during the installation of the Blogs feature. See Specify site-wide settings for Blogs in the Administering Blogs section of the information center and Configure Blogs in the Installing section of the information center for more details.


Atom API request details

Resource Description
{homepage}/feed/entries/atom The home page feed. Searches against this feed search all blog posts. You can narrow the search using the input parameters defined in Table 2. This feed uses a redirect to send the query to the appropriate blog handle.

{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 can use one or more of the input parameters to limit the number of posts returned in the feed. Separate multiple parameters with an ampersand (&).


Input parameters

Parameter Description
email Internet e-mail address of the person whose blog posts you want to return.

Format the HTTP request using the proper URL encoding. For example, the encoded form of the @ symbol is %40 as in: adam_eventide%40garden.com

Do not use this parameter if Lotus Connections is configured to prevent e-mail addresses from being displayed. Use the userid parameter instead.

page Page number. Specifies the page to be returned. The first page is page 0. The value must be an integer equal or great than 0.
ps Page size. Specifies the number of entries to return per page. The value must be an integer between 1 and 50.
search Well-formed full text search query. Performs a text search of the blog posts.
since Includes in the resulting feed all entries published after a specified date. Specify the date using a date-time value that conforms to RFC3339. In addition, an uppercase "T" character must be used to separate date and time, and an uppercase "Z" character must be present in the absence of a numeric time zone offset. For example: 2009-01-04T20:32:31.171Z.
sortBy Species what value to use as the basis for organizing the entries returned in the feed. The options are:

    commented

    Organize the entries by the number of comments or replies it has received.

    modified

    Organize the entries by modification date.

    recommended

    Organize the entries by number of recommendations.

    title

    Organize the entries by title. The title used is the text that is displayed in the <title> element of each entry in the feed.

    visited

    Organize the entries by the number of times an entry has been visited.

Use with the sortOrder parameter to specify the order in which to display the results..

sortOrder Specifies the order in which to list the feed entries. The options are:

    asc

    Displays the entries in ascending order.

    desc

    Displays the entries in descending order.

tags Returns blog posts with the specified tags. Separate multiple tags with a plus sign (+).
userid Unique ID that represents a specific person.

 

Output

An Atom feed document containing the blog post entries.

 

Example

Input

Response:


Get data from all of the blogs

 

Related reference


Blog posting content

Recommending a blog posting


+

Search Tips   |   Advanced Search