Newer Version Available
Experience Cloud Site Home Feed Resources
Available resources are:
| Resource | Description |
|---|---|
| /connect/communities/communityId/chatter/feeds/home | Get the URL to the Experience Cloud home feed and a page of feed elements. |
| /connect/communities/communityId/chatter/feeds/home/feed-elements | Get all feed elements from the Experience Cloud site home feed. |
Experience Cloud Site Home Feed URL
Get the URL to the Experience Cloud home feed and a page of feed elements.
- Resource
-
1/connect/communities/communityId/chatter/feeds/home - Available since version
- 32.0
- Requires Chatter
- Yes
- HTTP methods
- GET, HEAD
- Request parameters
-
- Response body
- Feed
Experience Cloud Site Home Feed Elements
Get all feed elements from the Experience Cloud site home feed.
- Resource
-
1/connect/communities/communityId/chatter/feeds/home/feed-elements - Available since release
- 32.0
- Requires Chatter
- Yes
- HTTP methods
- GET, HEAD
- GET parameters
-
Parameter Name Type Description Required or Optional Available Version filter String Filter value for a feed. - AllQuestions—Feed elements that are questions.
- AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.
- CommunityScoped—Feed elements that are scoped to Experience Cloud sites. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to sites in the future. Feed elements that are always visible in all sites are filtered out. This value is valid only for the UserProfile feed.
- QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.
- QuestionsWithCandidateAnswersReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.
- Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.
- SolvedQuestions—Feed elements that are questions and that have a best answer.
- UnansweredQuestions—Feed elements that are questions and that don’t have any answers.
- UnansweredQuestionsWithCandidateAnswers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.
- Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.
- UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.
Optional 32.0 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/v65.0/ 3chatter/feeds/news/ 4005D0000001GLowIAN 5/feed-elements 6?page=2011-03-30T17:34:50Z, 70D5D0000000DSv4KAG"When the sort parameter is MostViewed, the page parameter can’t be used.
Optional 29.0 pageSize Integer Specifies the number of elements per page. Valid values are between 1 and 100. If you don't specify a size, the default is 25. When the sort parameter is MostViewed, the pageSize must be a value from 1 to 25.
Optional 29.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 29.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, 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.
Optional 29.0 threadedCommentsCollapsed Boolean Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you don’t specify a value, the default is false. Optional 44.0 - Response body for GET
- Feed Element Page