Jk07Adept12 months 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.
kkritikaMentor12 months 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'
Related ContentAurora: Manage member account detailsBillable Application Call details400/404 error on POST requestAurora: Create Post Button widget configurationAurora: Publish blog posts
Recent DiscussionsBoosting a UserGoogle Tag Manager and Google Analytics Setup in Aurora platformSolvedIn Aurora, add additional <script> and <meta> tagsIncremental data for attachments in messages and repliesIncremental data for users data