| page |
String |
A generated token that indicates the view of feed
items in the feed. Page tokens are returned as
part of the response body, in one of the URL parameters, such as nextPageURL. |
Optional |
28.0–31.0 |
| pageSize |
Integer |
Specifies the number of items per page. Valid
values are from 1 through 100. If you don't specify a size, the default is
25. |
Optional |
28.0–31.0 |
| 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.
The default value is CreatedDateDesc. |
Optional |
28.0–31.0 |