Sample:
{
"DateRange": {
"StartDate": "2025-05-06T06:03:05.3597186-05:00",
"EndDate": "2025-05-06T06:03:05.3597186-05:00",
"BenchmarkStartDate": "2025-05-06T06:03:05.3597186-05:00",
"BenchmarkEndDate": "2025-05-06T06:03:05.3597186-05:00"
},
"GetCommentSentimentTotals": true,
"GetCommentsPerSource": true,
"GetCountOfOpenEnds": true,
"GetCountOfResponses": true,
"GetTopThemes": true,
"GetTopCategories": true,
"GetTopProducts": true,
"GetFilteredTopics": true,
"GetCountOfReadResponses": true,
"GetCountOfReadMessages": true
}
Sample:
<CommentAggregationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMG.Rosetta.Contracts.Comments">
<DateRange xmlns:d2p1="http://schemas.datacontract.org/2004/07/SMG.Rosetta.Contracts.Dates">
<d2p1:BenchmarkEndDate>2025-05-06T06:03:05.3597186-05:00</d2p1:BenchmarkEndDate>
<d2p1:BenchmarkStartDate>2025-05-06T06:03:05.3597186-05:00</d2p1:BenchmarkStartDate>
<d2p1:EndDate>2025-05-06T06:03:05.3597186-05:00</d2p1:EndDate>
<d2p1:StartDate>2025-05-06T06:03:05.3597186-05:00</d2p1:StartDate>
</DateRange>
<GetCommentSentimentTotals>true</GetCommentSentimentTotals>
<GetCommentsPerSource>true</GetCommentsPerSource>
<GetCountOfOpenEnds>true</GetCountOfOpenEnds>
<GetCountOfReadMessages>true</GetCountOfReadMessages>
<GetCountOfReadResponses>true</GetCountOfReadResponses>
<GetCountOfResponses>true</GetCountOfResponses>
<GetFilteredTopics>true</GetFilteredTopics>
<GetTopCategories>true</GetTopCategories>
<GetTopProducts>true</GetTopProducts>
<GetTopThemes>true</GetTopThemes>
</CommentAggregationRequest>