Home

 

Get a feed of all blogs

Get a feed that includes all of the blogs hosted by the Blogs feature. You can narrow down the blogs that are returned by passing parameters to the request that you use to retrieve the feed. If you do not specify any input parameters, the server returns all of the blogs that are displayed in the All Blogs view from the product user interface.


Atom API request details

Resource Description
{homepage}/feed/blogs/atom Lists all blogs created in the enterprise. Returns a feed containing blog definition atom entries with information about each blog, including the handle and author(s).

{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 blogs returned in the feed. Separate multiple parameters with an ampersand (&).


Input parameters

Parameter Description
page Page number. Specifies the page to be returned. The first page is page 0.
ps Page size. Specifies the number of entries to return per page.
search Well-formed full text search query. Performs a text search of the blog entries.
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 entries with the specified tags. Separate multiple tags with a plus sign (+).

 

Output

An Atom feed document containing the blog definition atom entries.


Get data from all of the blogs


+

Search Tips   |   Advanced Search