Hi Ryan,
I'm not sure if this is what you are looking for, but if you serialize iSocialObject, you will get the following nodes returned in the XML:
* RatingNumNegativeOne : 0
* RatingNumPositiveOne : 0
* RatingNumOne : 0
* RatingNumTwo : 0
* RatingNumThree : 0
* RatingNumFour : 0
* RatingNumFive : 0
The 0's are the count for how many ratings have been given at each level for the specific SO. Or are you trying to pull this information remotely?
I'm not sure if this is what you are looking for, but if you serialize iSocialObject, you will get the following nodes returned in the XML:
* RatingNumNegativeOne : 0
* RatingNumPositiveOne : 0
* RatingNumOne : 0
* RatingNumTwo : 0
* RatingNumThree : 0
* RatingNumFour : 0
* RatingNumFive : 0
The 0's are the count for how many ratings have been given at each level for the specific SO. Or are you trying to pull this information remotely?