Table of Contents


Article Post Version

Provides access to the data fields of historical versions or the current draft version of an article post.

The entity name is: BlogPostVersion.

 

API NameLabelRequiredData TypeDescription
BlogPostIdPostYesMasterDetail(Post)The parent Post to which this version belongs.
BodyBodyNoTextArea(135 000)The full content saved in this version.
CreatedByIdCreated ByNoLookup(User)User who originally created this version record. Read-only.
CreatedOnCreated OnNoDateTimeWhen this version record was first created. Read-only.
IdIdNoIDSystem-generated unique identifier for the version record. Read-only.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if this version is in the recycle bin).
IsLockedIs LockedNoCheckboxPrevents further edits when checked (locks this version). The flag is usually set when the version is submitted for approval.
ModifiedByIdModified ByNoLookup(User)User who last updated this version record. Read-only.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent update to this version. Read-only.
NameSubjectYesText(120)The version’s title or subject line.
PostNamePost NameYesText(255)Friendly/name or URL-slug for the post in this version.
StatusStatusNoPicklistPublication state for this version (e.g. Draft, Published, Archived).
SummarySummaryNoTextArea(380)A short excerpt or summary saved in this version.
VersionVersionYesNumber(6,0)Sequential version number (e.g. 1, 2, 3…).