FeedItem
Represents Chatter posts, including status updates, file shares, and record interactions.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the feed item. | |
| ParentId | String | False |
ID of the parent record the feed item is associated with. | |
| Type | String | False |
Type of the feed item, such as TextPost, ContentPost, or LinkPost. | |
| CreatedById | String | False |
ID of the user who created the feed item. | |
| CreatedDate | Datetime | False |
Date and time when the feed item was created. | |
| IsDeleted | Boolean | True |
Indicates whether the feed item has been deleted. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp for tracking the last modification. | |
| CommentCount | Int | True |
Number of comments associated with the feed item. | |
| LikeCount | Int | True |
Number of likes associated with the feed item. | |
| Title | String | False |
Title of the feed item, typically used for content or link posts. | |
| Body | String | False |
Text content or message body of the feed item. | |
| LinkUrl | String | False |
URL included in the feed item if it contains a link. | |
| RelatedRecordId | String | False |
ID of a record referenced or mentioned in the feed item. | |
| ContentData | String | False |
Binary or encoded content data associated with the feed item. | |
| ContentFileName | String | False |
Name of the file included in the feed item, if applicable. | |
| ContentDescription | String | False |
Description of the content or file included in the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the file attached to the feed item. | |
| ContentSize | Int | True |
Size of the content or file in bytes. | |
| InsertedById | String | True |
ID of the user who inserted the feed item, often used for system-generated posts. |