POST api/AdminStats/GetCommentStats
AdmGetCommentStats
Request Information
URI Parameters
None.
Body Parameters
GetCommentStatsName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
QuestUUID | globally unique identifier |
None. |
|
NewsUUID | globally unique identifier |
None. |
|
ProductID | integer |
None. |
|
ChatUUIDLng | globally unique identifier |
None. |
|
NotiffUUIDLng | globally unique identifier |
None. |
|
OldD | integer |
None. |
|
LanguageID | integer |
None. |
|
CountryID | integer |
None. |
|
UserActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUID": "bff6f9fc-e473-4928-92b4-f40019dd51af", "QuestUUID": "aa774057-0ef7-4116-a946-7b748a142521", "NewsUUID": "63028626-9eb6-4b75-91ed-f304378ddc86", "ProductID": 1, "ChatUUIDLng": "b142904e-4822-45e0-8086-a1123a8c9bff", "NotiffUUIDLng": "6cf4bb9a-2cac-4adc-bef4-0683936b1d4a", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "26223fef-2fa1-4e8f-b326-e189ddd9b4c6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]