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": "ee9731ab-037e-47fa-803d-af853df18872", "QuestUUID": "6ba3b8c2-669f-43fc-90a5-1c346ef6e2ff", "NewsUUID": "9c4038fd-925e-409a-992a-9360e9e5f11a", "ProductID": 1, "ChatUUIDLng": "3cf0ff56-73a3-48ac-859b-b50d633fa4ba", "NotiffUUIDLng": "a6673d44-778b-4d16-9e67-9d5e50044f6e", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "6dad4d54-3236-4fb7-895f-126842905b79" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]