Newer Version Available

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

Feed-Items, Specific Feed Item

Get, delete, or bookmark a feed item.
Resource
1/chatter/feed-items/feedItemId
Available versions
23.0–31.0

In version 32.0 and later, use Feed Element.

Important

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