I have a requirement to read the individual rating counts on for each of the sharepoint list item.
Ex:
- 1 star - count 32
2 star - count 23
...
- 5 star - count 2
Currently I'm using SocialRatingManager for reading the rating count. But it gives single count for all rating types.
Thanks for the help in advance.