Article Activity
Provide access to activity data related to Articles.
The entity's name is: BlogFeed
| API Name | Label | Required | Data Type | Description |
|---|
| AccessLevel | Access Level | No | Number(3,0) | Numerical code indicating who can see this feed item (e.g. public, internal only). |
| AssignedUserId | Assigned User | No | Lookup(User) | If this feed is a task or assignment, the user it’s assigned to. |
| Comment | Comment | No | TextArea(5000) | The text body of the feed item (for posts or audit messages). |
| CommentCount | Comment Count | No | Rollup Summary | Total number of direct comments on this feed item. Read-Only. |
| CreatedById | Created By | No | Lookup(User) | The user who originally created this feed record. Read-Only. |
| CreatedOn | Created On | No | DateTime | Timestamp when this feed item was posted. Read-Only. |
| DisLikeCount | Dis-like Count | No | Rollup Summary | Number of “down-votes” or dislikes received. Read-Only. |
| DocumentId | Document | No | Lookup(Document) | If this feed item attaches a document, the reference to that document. |
| EntityId | Entity | No | Lookup(Entity) | The record (e.g. Article Post) this feed item is related to. |
| Id | Id | No | ID | System-generated unique identifier for the feed record. |
| IsDeleted | Deleted | No | Checkbox | Soft-delete flag (checked if the feed is in the recycle bin). |
| IsVoteUpdatable | Allow users to change their voting choice | No | Checkbox | If true, users may change their like/dislike after the initial vote. |
| LikeCount | Like Count | No | Rollup Summary | Total number of “up-votes” or likes received. |
| ModifiedById | Modified By | No | Lookup(User) | The user who last edited this feed item. |
| ModifiedOn | Modified On | No | DateTime | Timestamp of the most recent edit to this feed record. |
| Name | Title | No | Text(255) | A subject or title for the feed item (if used). |
| OwnerId | User | No | Lookup(User) | The “owner” or context user under which this feed was posted. |
| ParentId | Parent | No | Lookup(BlogPost) | Parent Article Post record. |
| Rating | Rating | No | Number(6,0) | Optional numeric rating attached to this feed item. |
| SourceIP | Source IP | No | Text(18) | IP address from which the feed item was submitted. |
| Type | Type | No | Text(255) | Describes the kind of feed item (e.g. “Post”, “Comment”, “Document”, “Rating”). |