Public
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Boss

See how many people are subscribed to a post

All the posts I found around this were a bit outdated. Is there a way to see how many people are subscribed to a post/thread? 

1 Reply 1
Expert

@jchen

There is no OOB way to view these.

 

In V1, there is no API to see how many people are subscribed to a particular post/thread, you can only view these users at Board Level:

http://community.lithium.com/community-name/restapi/vc/boards/id/[id] /subscribers/email/board/count

 

In V2, you can use the following query:

SELECT * FROM subscriptions WHERE target.type = 'message' AND target.id = '<message_ID>'

Welcome to the Technology board!

Curious about our platform? Looking to connect on social technology? You've come to the right place!

Are you a Khoros customer? For direct assistance from our Support team, please visit the Support Forum.