Forum Discussion

yyun's avatar
yyun
Ace
8 years ago

Forum Topic Subscribing Members

Hello,

 

We are looking to pull reports on members that subscribes to specific Topic posts on a forum.  With limited research I couldn't find anything that provided such capabilities.  I was hoping someone may have an idea on how we could pull such information.

 

Thanks!

 

  • yyun -

     

    Here is the API call to pull all the members that subscribes to specific Topic posts . 

    SELECT * FROM subscriptions WHERE target.type = 'message' AND target.id = '362'

    You can find the documentation for this here  . 

     

    Tariq 
    Give kudos if you find my posts helpful or mark solution if it answers your query.