Sample:
{
"AverageRatings": {
"RatingCount": 1,
"Value": 2.1
},
"EndDate": "2025-05-06T03:43:59.330755-05:00",
"StartDate": "2025-05-06T03:43:59.330755-05:00",
"Ratings": [
{
"Name": "sample string 1",
"ReviewCount": 2,
"ReviewType": "Unknown",
"Recommendation": true
},
{
"Name": "sample string 1",
"ReviewCount": 2,
"ReviewType": "Unknown",
"Recommendation": true
}
],
"Sources": [
{
"Id": 1,
"Name": "sample string 2",
"ReviewCount": 3,
"ReviewType": "Unknown",
"Recommendation": true
},
{
"Id": 1,
"Name": "sample string 2",
"ReviewCount": 3,
"ReviewType": "Unknown",
"Recommendation": true
}
],
"RecommendationSources": [
{
"Id": 1,
"Name": "sample string 2",
"ReviewCount": 3,
"ReviewType": "Unknown",
"Recommendation": true
},
{
"Id": 1,
"Name": "sample string 2",
"ReviewCount": 3,
"ReviewType": "Unknown",
"Recommendation": true
}
]
}
Sample:
<ReportSummaryReview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMG.Report.Contracts.Social">
<AverageRatings>
<RatingCount>1</RatingCount>
<Value>2.1</Value>
</AverageRatings>
<EndDate>2025-05-06T03:43:59.330755-05:00</EndDate>
<Ratings>
<SummaryItem>
<Name>sample string 1</Name>
<Recommendation>true</Recommendation>
<ReviewCount>2</ReviewCount>
<ReviewType>Unknown</ReviewType>
</SummaryItem>
<SummaryItem>
<Name>sample string 1</Name>
<Recommendation>true</Recommendation>
<ReviewCount>2</ReviewCount>
<ReviewType>Unknown</ReviewType>
</SummaryItem>
</Ratings>
<RecommendationSources>
<SummaryItemSource>
<Name>sample string 2</Name>
<Recommendation>true</Recommendation>
<ReviewCount>3</ReviewCount>
<ReviewType>Unknown</ReviewType>
<Id>1</Id>
</SummaryItemSource>
<SummaryItemSource>
<Name>sample string 2</Name>
<Recommendation>true</Recommendation>
<ReviewCount>3</ReviewCount>
<ReviewType>Unknown</ReviewType>
<Id>1</Id>
</SummaryItemSource>
</RecommendationSources>
<Sources>
<SummaryItemSource>
<Name>sample string 2</Name>
<Recommendation>true</Recommendation>
<ReviewCount>3</ReviewCount>
<ReviewType>Unknown</ReviewType>
<Id>1</Id>
</SummaryItemSource>
<SummaryItemSource>
<Name>sample string 2</Name>
<Recommendation>true</Recommendation>
<ReviewCount>3</ReviewCount>
<ReviewType>Unknown</ReviewType>
<Id>1</Id>
</SummaryItemSource>
</Sources>
<StartDate>2025-05-06T03:43:59.330755-05:00</StartDate>
</ReportSummaryReview>