GET Group/GetUnreadedStats
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupUid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupUnreadedStatsViewName | Description | Type | Additional information |
---|---|---|---|
newEventsUnreadedCount | integer |
None. |
|
newDiscussionsUnreadedCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "newEventsUnreadedCount": 1, "newDiscussionsUnreadedCount": 2 }