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": "ac8c1ae1-3a54-469d-8069-7f4bcbb840cb", "QuestUUID": "882eee44-74a7-44dd-9120-f0cf6068bbad", "NewsUUID": "aff88f0e-1796-4a18-a6a4-cf4673965054", "ProductID": 1, "ChatUUIDLng": "b3351099-60a3-47a8-839d-9ab7b69fbfb0", "NotiffUUIDLng": "3fa2610d-bda2-4fb9-b063-fa7fabbab8d6", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "549281eb-61bd-40b6-b193-26346b860242" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]