| pageSize |
Integer |
Specifies the number of feed elements per page. Valid
values are from 1 through 100. If you pass in 0, feed elements aren’t returned with
the feed. |
| recentCommentCount |
Integer |
Maximum number of comments to return with each feed
element. The default value is 3. |
| sort |
String |
Order of feed items in the feed.
-
CreatedDateAsc—Sorts by oldest creation date. This sort order is
available only for DirectMessageModeration, Draft, Moderation, and
PendingReview feeds.
-
CreatedDateDesc—Sorts by most
recent creation date.
-
LastModifiedDateDesc—Sorts by
most recent activity.
-
MostViewed—Sorts by most
viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.
-
Relevance—Sorts by most
relevant content. This sort order is available only for Company, Home, and Topics
feeds.
For the landing feed, the service determines the sort order and any
sort value you specify is
ignored.
|