ContentDocumentFeed
Captures Chatter activity, including posts and updates, related to Content Documents.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the content document feed item. | |
| ParentId | String | True |
ID of the parent record associated with this feed item. | |
| Type | String | True |
Type of feed item, such as TextPost, ContentPost, or LinkPost. | |
| CreatedById | String | True |
ID of the user who created the feed item. | |
| CreatedDate | Datetime | True |
Date and time when the feed item was created. | |
| IsDeleted | Boolean | True |
Indicates whether the feed item has been deleted (true) or not (false). | |
| 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 posted on the feed item. | |
| LikeCount | Int | True |
Number of likes received by the feed item. | |
| Title | String | True |
Title of the feed post, typically used with content or link posts. | |
| Body | String | True |
Main content or message body of the feed item. | |
| LinkUrl | String | True |
URL associated with the feed post, if any. | |
| RelatedRecordId | String | True |
ID of the record related to the feed item, such as a case or opportunity. | |
| ContentData | String | True |
Base64-encoded data for attached content, if applicable. | |
| ContentFileName | String | True |
Name of the attached content file. | |
| ContentDescription | String | True |
Description of the attached content file. | |
| ContentType | String | True |
MIME type of the attached content file, such as 'application/pdf'. | |
| ContentSize | Int | True |
Size of the attached content file in bytes. | |
| InsertedById | String | True |
ID of the user or process that inserted the feed item. |