Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.FeedItemSummary

A feed item summary.

Subclass of ConnectApi.FeedEntitySummary.

Property Name Type Description Available Version
capabilities ConnectApi.​FeedElement​Capabilities Container for all capabilities that can be included with a feed item. 39.0
header ConnectApi.​MessageBody Title of the post. This property contains renderable plain text for all the message segments. If a client doesn’t know how to render a feed element type, it should render this text. 39.0
modifiedDate Datetime When the feed item was modified in the form of an ISO 8601 date string, for example, 2011-02-25T18:24:31.000Z. 39.0
originalFeedItem ConnectApi.​Reference Reference to the original feed item if this feed item is a shared feed item; otherwise, null. 39.0
originalFeed​ItemActor ConnectApi.Actor If this feed item is a shared feed item, information about the original poster of the feed item; otherwise, null. 39.0
photoUrl String URL of the photo associated with the feed item. 39.0
visibility ConnectApi.​FeedItemVisibility Specifies who can see a feed item.
  • AllUsers—Visibility is not limited to internal users.
  • InternalUsers—Visibility is limited to internal users.
39.0