Newer Version Available
Feed-Items, Specific Feed Item
Get, delete, or bookmark a feed item.
- Resource
-
1/chatter/feed-items/feedItemId - Available versions
- 23.0–31.0
- Requires Chatter
- Yes
- HTTP methods
- GET, DELETE, PATCH
- Request body for PATCH
- The root XML tag is <feedItem>.
Parameter Name Type Description isBookmarkedByCurrentUser Boolean Specify true to add the feed item to the list of bookmarked feed items for the context user. Specify false to remove this feed item from the list of bookmarked feed items for the context user. - Request parameter for PATCH
-
Parameter Name Type Description isBookmarkedByCurrentUser Boolean Specify true to add the feed item to the list of bookmarked feed items for the context user. Specify false to remove this feed item from the list of bookmarked feed items for the context user. - Response body for GET and PATCH
- Feed Item
- Example
- This PATCH request bookmarks a feed
item:
1/chatter/feed-items/0D5D0000000JvckKAC?isBookmarkedByCurrentUser=true