Forum Discussion

KPNOnline's avatar
KPNOnline
Mentor
10 years ago

Amount of users that has replied inside a category

Hi All,

 

For our co-creation section we want to create a custom sign of life widget above each board, displaying the total amount of users (contributors) and replies (e.g. 500 replies from 30 users). Currently we are able to count the amount of replies trough the v1 rest api but i couldn't find a suitable api call to fetch the total amount of users who has replied to a topic.

 

Is there a API call available (v1 or v2) which would return the amount of users?

 

Thanks in advance.

 

Lesley

  • You mean the unique users who contributed to the board? I highly doubt that a direct call is available for this, you need to find a workaround but that would not be easy to manipulate because you'd need to loop through the discussions to get the list of the users.