3.1.5.35.2.2.2 Feed

Return Type: Microsoft.SharePoint.Client.Social.SocialRestFeed

The Feed method gets a feed that lists activity by the current user. For details on the SocialRestFeed type, see section 3.1.5.36.

Parameters:

feedOptions: Specify the maximum number of threads, date-time values to use for selecting threads, and sort order.

Type: Microsoft.SharePoint.Client.Social.SocialFeedOptions

For details on the SocialFeedOptions type, see section 3.1.5.20).

For example, the following REST HTTP_GET message calls the Feed resource. The parameter is specified in the URL; consequently, the entity body is equal to the empty string ("").

 http://my.contoso.com/_api/social.feed/my/Feed(MaxThreadCount=25,SortOrder=0,NewerThan=@v)?@v=datetime'2012-04-16T08:11'

The @v construct used in this message allows a colon (:) to be included in the date-time value.