Table of Contents


Article Activity

Provide access to activity data related to Articles. 

The entity's name is: BlogFeed
 

API NameLabelRequiredData TypeDescription
AccessLevelAccess LevelNoNumber(3,0)Numerical code indicating who can see this feed item (e.g. public, internal only).
AssignedUserIdAssigned UserNoLookup(User)If this feed is a task or assignment, the user it’s assigned to.
CommentCommentNoTextArea(5000)The text body of the feed item (for posts or audit messages).
CommentCountComment CountNoRollup SummaryTotal number of direct comments on this feed item. Read-Only.
CreatedByIdCreated ByNoLookup(User)The user who originally created this feed record. Read-Only.
CreatedOnCreated OnNoDateTimeTimestamp when this feed item was posted. Read-Only.
DisLikeCountDis-like CountNoRollup SummaryNumber of “down-votes” or dislikes received. Read-Only.
DocumentIdDocumentNoLookup(Document)If this feed item attaches a document, the reference to that document.
EntityIdEntityNoLookup(Entity)The record (e.g. Article Post) this feed item is related to.
IdIdNoIDSystem-generated unique identifier for the feed record.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the feed is in the recycle bin).
IsVoteUpdatableAllow users to change their voting choiceNoCheckboxIf true, users may change their like/dislike after the initial vote.
LikeCountLike CountNoRollup SummaryTotal number of “up-votes” or likes received.
ModifiedByIdModified ByNoLookup(User)The user who last edited this feed item.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent edit to this feed record.
NameTitleNoText(255)A subject or title for the feed item (if used).
OwnerIdUserNoLookup(User)The “owner” or context user under which this feed was posted.
ParentIdParentNoLookup(BlogPost)Parent Article Post record.
RatingRatingNoNumber(6,0)Optional numeric rating attached to this feed item.
SourceIPSource IPNoText(18)IP address from which the feed item was submitted.
TypeTypeNoText(255)Describes the kind of feed item (e.g. “Post”, “Comment”, “Document”, “Rating”).