SiteFeed
Captures Chatter activity, including posts and updates, related to Site records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the feed item associated with a site. | |
| ParentId | String | True |
Site.Id |
Identifier of the site record that this feed item is linked to. |
| Type | String | True |
Type of feed item, such as a post, link, or content share. | |
| CreatedById | String | True |
Identifier 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 from the system. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp showing the latest update to the feed item. | |
| CommentCount | Int | True |
Total number of comments associated with this feed item. | |
| LikeCount | Int | True |
Total number of likes the feed item has received from users. | |
| Title | String | True |
Title or subject of the feed item, if applicable. | |
| Body | String | True |
Main content or message body of the feed post. | |
| LinkUrl | String | True |
URL of a link shared in the feed item. | |
| RelatedRecordId | String | True |
Identifier of another record that is mentioned or linked in the feed item. | |
| ContentData | String | True |
Binary-encoded content data for any attached file. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description of the file or content included in the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the attached file, such as image/png or application/pdf. | |
| ContentSize | Int | True |
Size of the attached file in bytes. | |
| InsertedById | String | True |
Identifier of the user or automation that inserted the feed item, which may differ from the creator. |