Jk07Adept2 years agoPost Details How to get Particular post details. like no. of posts ,kudos,views,author and replies. this data should be based on a particular post id.
kkritikaMentor2 years agoJk07 The details can be fetched via below APISelect kudos.sum(weight),metrics.views,author,replies.count(*) from messages where id='POST_ID' To get the replies to the post, use - SELECT * FROM messages WHERE parent.id = 'POST_ID'
Recent DiscussionsCommunity Plugin SDK CompatibilitySolvedCannot successfully archive message via API v2Can someone walk me through authenticating and using Postman with Aurora?SolvedContraint conversationlastpostime in Api graphql getmessages does not workLihium Community: Edit CSS: html{font-size:10px;-webkit-tap-highlight-color:transparent}