Newer Version Available
Filter Feed Resources
Available resources are:
| Resource | Description |
|---|---|
| /chatter/feeds/filter/userId | A collection of feed directory objects that contain information about filter feeds available to the context user. Each object contains a URL for the filter feed, a URL for feed items or feed elements in the filter feed, and a label describing the object used to filter the feed. |
| /chatter/feeds/filter/userId/idPrefix | A feed object that contains information about a specific filter feed available to the context user. |
| /chatter/feeds/filter/userId/idPrefix/feed-elements | Feed elements from the context user’s news feed whose parent has the specified key prefix, such as the feed elements from all the groups the context user is a member of. |
List of Filter Feed URLs
A collection of feed directory objects that contain information about filter feeds available to the context user. Each object contains a URL for the filter feed, a URL for feed items or feed elements in the filter feed, and a label describing the object used to filter the feed. Each URL contains the first three characters of the filter object, which is called a key prefix and specifies the object type. Use this resource to return a list of the possible key prefix filter feeds that the context user can apply to their news feed. See Filter Feed Elements.
- Resource
-
1/chatter/feeds/filter/userId1/connect/communities/communityId/chatter/feeds/filter/userIduserId must be the ID of the context user or the alias me.
- Available since version
- 23.0
- Requires Chatter
- Yes
- HTTP methods
- GET or HEAD
- Response body
- Feed Directory
- If the response body is empty, the user isn’t following any records.
Specific Filter Feed URL
A feed object that contains information about a specific filter feed available to the context user. The keyPrefix in the resource URL is the first three characters of the object ID and indicates the object type.
- Resource
-
1/chatter/feeds/filter/userId/keyPrefix1/connect/communities/communityId/chatter/feeds/filter/userId/keyPrefixuserId must be the ID of the context user or the alias me.
- Available since version
- 23.0
- Requires Chatter
- Yes
- HTTP methods
- GET or HEAD
- Request parameters
-
- Response body
- Feed
- Example response body
- This request returns the URL for a filter feed items resource that’s
filtered by the User object (key prefix 005).
1GET /chatter/feeds/filter/me/005