Post Object
Attributes
NAME
TYPE
DESCRIPTION
Post ID.
Category ID the post is listed under.
Post owner's member ID.
Post title.
The post content in plain text.
Total number of post comments.
Total number of post likes.
Total number of post views.
Date post was created.
Date of latest activity on this post (e.g., date the latest comment was added to post).
Post URL.
Post slug.
ID of the best answer comment for this post (selected by forum admin or post owner).
Images from post content.
Videos from post content.
Whether the post is pinned. Places the post at the top of the post list.
Whether post is closed and commenting is disabled.
Date post was updated.
Supported values: UNKNOWN
, REACTION
, VOTE
.
Defines what interactions may be applied on the comment under the post, vote or like.
Was this helpful?
Object
json
1{2 "id" : "5cacd5fe04976c0015f35363",3 "categoryId" : "5cacd5fe04976c0015f35362",4 "ownerId" : "a27d2491-90b0-4a3a-87d9-7a9de00bf17a",5 "title" : "Welcome to the Forum!",6 "contentText" : "It’s good to have you here! Feel free to share anything - stories, ideas, pictures or whatever is on your mind.",7 "bestAnswerCommentId" : "5ce7bb354f055300a4b7f945",8 "pinned" : false,9 "closed" : true,10 "commentCount" : 3,11 "likeCount" : 0,12 "viewCount" : 11,13 "createdDate" : "2019-04-09T17:27:26.171Z",14 "updatedDate" : "2019-04-09T17:27:26.171Z",15 "lastActivityDate" : "2019-05-24T11:55:29.339Z",16 "slug" : "welcome-to-the-forum",17 "postType" : "DISCUSSION",18 "commentInteraction" : "REACTION",19 "url" : {20 "base" : "https://wix.com",21 "path" : "/forum/discussion-corner/welcome-to-the-forum"22 }23}