Newer Version Available

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

Topics Feed Resources

The feed of the specified topic.

Available resources are:

Resource Description
/chatter/feeds/topics/topicId Returns a URL to the feed items for the specified topic.
/chatter/feeds/topics/topicId/feed-elements Returns the feed elements for all @mentions of the context user, and all posts made to the user's feed.

Topics Feed URL

Returns a URL to the feed items for the specified topic.

Resource
1/chatter/feeds/topics/topicId
1/connect/communities/communityId/chatter/feeds/topics/topicId
Available since version
28.0
Requires Chatter
Yes
HTTP methods
GET or HEAD
Request parameters
Parameter Name Type Description
sort String Specifies the order returned by the sort, such as by date created or last modified:
  • CreatedDateDesc—Sorts by most recent creation date.
  • LastModifiedDateDesc—Sorts by most recent activity.
The default value is CreatedDescDate.
Response body
Feed

Topics Feed Elements

Returns all feed elements for the specified topic.
Resource
1/chatter/feeds/topics/topicId/feed-elements
1/connect/communities/communityId/chatter/feeds/topics/topicId/feed-elements
Available since version
31.0
Requires Chatter
Yes
HTTP methods
GET, HEAD
Request parameters
Parameter Name Type Description Required or Optional Available Version
filter String Specifies the filter values that can be applied to a feed.
  • AllQuestions—Only feed elements that are questions.
  • CommunityScoped—Reserved for future use.
  • SolvedQuestions—Only feed elements that are questions and that have a best answer.
  • UnansweredQuestions—Only feed elements that are questions and that don’t have any answers.
  • UnsolvedQuestions—Only 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. Optional 31.0
pageSize Integer Specifies the number of feed elements per page. Valid values are between 1 and 100. The default value is 25. Optional 31.0
sort String Specifies the order returned by the sort, such as by date created or last modified:
  • CreatedDateDesc—Sorts by most recent creation date.
  • LastModifiedDateDesc—Sorts by most recent activity.
The default value is CreatedDescDate.
Optional 31.0
Response body
Feed Element Page

Topics Feed Items

Returns all feed items for the specified topic. To post a topic, use the Feed-Items Topics resource.

Resource
1/chatter/feeds/topics/topicId/feed-items
Available versions
28.0–31.0

In version 32.0 and later, use Topics Feed Elements.

Important

Requires Chatter
Yes
HTTP methods
GET or HEAD
Request parameters
Parameter Name Type Description Required or Optional Available Version
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 Specifies the order returned by the sort, such as by date created or last modified:
  • CreatedDateDesc—Sorts by most recent creation date.
  • LastModifiedDateDesc—Sorts by most recent activity.
The default value is CreatedDescDate.
Optional 28.0–31.0
Response body
Feed Item Page