Forum Discussion
erickwang
Contributor
Thanks for your quick reply. If we don't get the view count for a specific user, can we get the total number of Board View, Topic View, Accepted Solution View, Article View, Idea View, Blog Read and Comment for all the user?
VikasB
6 years agoBoss
erickwang
For board/blogs/idea view count
SELECT views FROM boards where id = 'B1'
Read count for all messages
community.lithium.com/community-name/restapi/vc/boards/id/[id]/messages/read/count
Messages/article view count
communtiy.lithium.com/community-name/restapi/vc/messages/id/[id]/views/count
read count
community.lithium.com/community-name/restapi/vc/threads/id/[id]/messages/read/count
Hope these APIs will help you.
Related Content
- 23 days ago
- 2 years ago
- 12 months ago