GET api/Comments/Summary/Centers
collection of Center Summary DTO
Response Information
DTO.Comments.CenterSummaryDTO
Response body formats
application/json, text/json
Sample:
[ { "BusinessUnitID": "sample string 1", "HasRecent": true }, { "BusinessUnitID": "sample string 1", "HasRecent": true }, { "BusinessUnitID": "sample string 1", "HasRecent": true } ]
text/javascript
Sample:
[{"BusinessUnitID":"sample string 1","HasRecent":true},{"BusinessUnitID":"sample string 1","HasRecent":true},{"BusinessUnitID":"sample string 1","HasRecent":true}]
text/csv
Sample: