CollaborationGroupFeed
Captures Chatter activity, including posts and updates, related to Collaboration Groups.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the collaboration group feed item. | |
| ParentId | String | True |
ID of the collaboration group this feed item is associated with. | |
| Type | String | True |
Specifies the type of feed item, such as a post, poll, or link. | |
| CreatedById | String | True |
ID of the user who created the feed item. | |
| CreatedDate | Datetime | True |
The date and time when the feed item was created. | |
| IsDeleted | Boolean | True |
Indicates whether the feed item has been deleted. | |
| LastModifiedDate | Datetime | True |
The date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
Timestamp of the last system update to the feed item. | |
| CommentCount | Int | True |
The number of comments associated with the feed item. | |
| LikeCount | Int | True |
The number of likes the feed item has received. | |
| Title | String | True |
The title of the feed item, if applicable. | |
| Body | String | True |
The main text content of the feed item. | |
| LinkUrl | String | True |
The URL of any link shared in the feed item. | |
| RelatedRecordId | String | True |
ID of a record related to the feed item, if one exists. | |
| ContentData | String | True |
Base64-encoded file data attached to the feed item. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
A description of the file or content attached to the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the content file attached to the feed item. | |
| ContentSize | Int | True |
The size of the attached content file, in bytes. | |
| InsertedById | String | True |
ID of the user who inserted the feed item on behalf of another user or system. |