Forum Discussion
VikasB
7 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.
Sign in to react to this post
erickwang
7 years agoContributor
I attached an screenshot. May I know how can I get these information?
Sign in to react to this post
- JakeR7 years agoKhoros Alumni (Retired)
If I am not mistaken, I believe this page contains all of the fields that can be used for the data that is available in a profile. You should be able to construct the appropriate Calls from the content shared in that article, given what VikasB has shared so far.
Please let me know if this helps.
Sign in to react to this post