Get a feed of status updates
Get a feed that lists the status updates from the people who the authenticated user is following or who are in the authenticated user's network. You can also update the profile status of the authenticated user. This feed returns the same information available from the Status Updates view in the Home Page application user interface. The most recent updates are listed first in the resulting feed.Table 1. Atom API request details
Resource Description /atom/stories/statusupdates Gets a feed of the status updates from the people who the authenticated user is following or who are in the authenticated user's network. 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. comments Specifies whether or not to include comments in the feed. Options are:
- all
- none
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. source Specify which updates you want to return in the feed. Options are:
allIncludes all status updates.
following
Includes the status updates of the people who the authenticated user is following.
network
Includes the status updates of the people in the authenticated user's network.
organization
Includes the status updates of everyone in the organization.
own
Includes only the status updates of the authenticated user.
You can use the ps and page parameters together.
Parent topic
Getting News repository feeds
});