Get a feed of forum replies 

Get a feed that includes the replies for a specific forum topic or reply. You can narrow down the replies that are returned by passing parameters to the request that you use to retrieve the feed.

Table 1. Atom API request details

Resource Description
Value of the href attribute of the <link> element with the rel="replies" attribute value for each forum topic or reply. Lists all replies to the given forum topic or reply. Returns a feed containing reply entries.

You can use one or more of the input parameters to limit the number of entries returned in the feed. Separate multiple parameters with an ampersand (&).

Table 2. Input parameters

Parameter Description
page Page number. Specifies the page to be returned. The default value is 1.
ps Page size. Specifies the number of entries to return per page.
since Returns all entries last modified since a specified date. Specify the date in the number of milliseconds since January 1, 1970, 00:00:00 GMT time.
sortBy String. Specifies what to sort the returned entries by. Options are:
created

    Sorts the results by creation date.

lastmod

    Sorts the results by the date on which they were last modified.

sortOrder Defines the order in which to sort the results. Options are:
asc

    Ascending.

desc

    Descending.

tag Returns entries with the specified tag.

Note: Search by one tag at a time.


Output

An Atom feed document containing the forum atom entries.


Parent topic

Getting Forums feeds


   

 

});

+

Search Tips   |   Advanced Search