Post Object


Properties
idstringRead-only

Post ID.


categoryIdstring

Category ID the post is listed under.


ownerIdstringRead-only

Post owner's member ID.


titlestringminLength 1maxLength 140

Post title.


contentTextstring

The post content in plain text.


commentCountintegerRead-onlyformat int32

Total number of post comments.


likeCountintegerRead-onlyformat int32

Total number of post likes.


viewCountintegerRead-onlyformat int32

Total number of post views.


createdDatestringRead-onlyformat date-time

Date post was created.


lastActivityDatestringRead-onlyformat date-time

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


urlobjectRead-only

Post URL.


slugstringRead-only

Post slug.


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.


imagesArray <Image>Read-only

Images from post content.


videosArray <VideoV2>Read-only

Videos from post content.


pinnedboolean

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


closedboolean

Whether post is closed and commenting is disabled.


updatedDatestringformat date-time

Date post was updated.


commentInteractionstring
4 enum supported values:
UNKNOWNREACTIONVOTENONE

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


markedCommentsArray <string>Read-onlymaxItems 10

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


recentActivityobjectRead-only

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


reactionIdentitiesArray <ReactionIdentity>Read-onlymaxItems 6

List of reaction identities grouped by reaction code.

Was this helpful?
Yes
No