Post Object


Deprecated

This object is deprecated.

Properties
bestAnswerCommentIdstringRead-onlydeprecated

ID of the best answer comment for this post (selected by forum admin or post owner). Deprecated on '2022-08-24' use markedComments instead.


categoryIdstring

Category ID the post is listed under.


closedboolean

Whether post is closed and commenting is disabled.


commentCountintegerRead-onlyformat int32

Total number of post comments.


commentInteractionstring

Defines what interactions may be applied on the comment under the post, vote or like.


contentstringRead-only

The post content as a stringified Rich Content document


contentTextstring

The post content in plain text.


createdDatestringRead-onlyformat date-time

Date post was created.


idstringRead-only

Post ID.


imagesArray <Image>Read-only

Images from post content.


lastActivityDatestringRead-onlyformat date-time

Date of latest activity on this post (e.g., date the latest comment was added to post).


likeCountintegerRead-onlyformat int32

Total number of post likes.


markedCommentsArray <string>Read-onlymaxItems 10

IDs of the marked comments for this post. Posts are marked by the forum admin or the post owner.


ownerIdstringRead-only

Post owner's member ID.


pinnedboolean

Whether the post is pinned. Places the post at the top of the post list.


reactionIdentitiesArray <ReactionIdentity>Read-onlymaxItems 6

List of reaction identities grouped by reaction code.


recentActivityRecentActivityRead-only

Recent activity of post. For example, a comment added to a post.


slugstringRead-only

Post slug.


titlestringminLength 1maxLength 140

Post title.


updatedDatestringformat date-time

Date post was updated.


urlPageUrlRead-only

Post URL.


videosArray <VideoV2>Read-only

Videos from post content.


viewCountintegerRead-onlyformat int32

Total number of post views.

Did this help?