Get a feed of community updates 

Get a feed that lists the stories related to the specific community. The community must be one that can be accessed by the authenticated user. Unlike the News feed, the authenticated user does not have to be following the given community and unlike the Discovery feed, this feed can return stories for a private community, as long as the authenticated user has access to them. There is no equivalent user interface view for this feed.

Table 1. Atom API request details

Resource Description
/atom/stories/community Gets a feed of the updates made in a specific community.

Table 2. Parameters

Parameter Description
before Returns only those items that were last modified before the date specified by this parameter. Format the date using the syntax: 2008-02-07T21:07:56Z. See ftp://ftp.rfc-editor.org/in-notes/rfc4287.txt for details.
communityUUID Unique ID of the community for which you want updates. The unique ID is defined in the <id> element for the Atom entry for the community.
lang Use this parameter to request stories in a different language than specified in the HTTP request. To specify the language, use one of the following formats:

  • Java™ format (e.g. en_IE, es_GT)

  • Dojo format (e.g. en-ie, es-gt)

page Page number. Specifies the page to be returned. The default is 1.
ps Page size. Specifies the number of entries to return per page. The maximum number allowed is 100.
since Returns only those items that were last modified after the date specified by this parameter. Format the date using the syntax: 2008-02-07T21:07:56Z. See ftp://ftp.rfc-editor.org/in-notes/rfc4287.txt for details.


You can use the ps and page parameters together.


Parent topic

Getting News repository feeds


   

 

});

+

Search Tips   |   Advanced Search