Newer Version Available
Topics Feed Resources
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/topicId1/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.
- Response body
- Feed
Topics Feed Elements
Returns all feed elements for
the specified topic.
- Resource
-
1/chatter/feeds/topics/topicId/feed-elements1/connect/communities/communityId/chatter/feeds/topics/topicId/feed-elements - Available since version
- 31.0
- Requires Chatter
- Yes
- HTTP methods
- GET, HEAD
- Request parameters
-
- 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
- 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.
Optional 28.0–31.0 - Response body
- Feed Item Page