Newer Version Available

This content describes an older version of this product. View Latest

Isolated Feed Resources

The feed containing feed elements and comments that are isolated. Isolated feed elements and comments are available only to admins.

Available resources are:

Resource Description
/chatter/feeds/isolated Get the URL to the isolated feed and a page of feed elements.
/chatter/feeds/isolated/feed-elements Get all the feed elements and comments that are isolated.

Isolated Feed URL

Get the URL to the isolated feed and a page of feed elements.

Resource
1/chatter/feeds/isolated
1/connect/communities/communityId/chatter/feeds/isolated
Available since version
60.0
Requires Chatter
Yes
HTTP methods
GET, HEAD
Request parameters
Parameter Name Type Description
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.
  • CreatedDateAscSorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Isolated, 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.

Response body
Feed

Isolated Feed Elements

Get all the feed elements and comments that are isolated.

Resource
1/chatter/feeds/isolated/feed-elements
1/connect/communities/communityId/chatter/feeds/isolated/feed-elements
Available since release
60.0
Requires Chatter
Yes
HTTP methods
GET, HEAD
GET parameters
Parameter Name Type Description Required or Optional Available Version
page String A generated token that indicates the view of feed elements in the feed. Page tokens are returned as part of the response body, in one of the URL parameters, such as nextPageURL. For example:
1"nextPageUrl": 
2"/services/data/v60.0/
3chatter/feeds/news/
4005D0000001GLowIAN
5/feed-elements
6?page=2011-03-30T17:34:50Z,
70D5D0000000DSv4KAG"
Optional 39.0
pageSize Integer Specifies the number of elements per page. Valid values are from 1 to 100. If you don't specify a size, the default is 25. Optional 39.0
q String One or more keywords to search for in the body and comments of feed elements in this feed.

The search string can contain wildcards and must contain at least two characters that aren’t wildcards. See Wildcards.

Optional 39.0
sort String Order of feed items in the feed.
  • CreatedDateAscSorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Isolated, 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 39.0
Response body for GET
Feed Element Page