POST api/AdminStats/GetCommentStats
AdmGetCommentStats
Request Information
URI Parameters
None.
Body Parameters
GetCommentStats| Name | 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": "8468ceb7-db26-4f4e-9dff-2469f5ad0fc4",
"QuestUUID": "e3675313-2a60-4dc0-bcda-15799e8a87e1",
"NewsUUID": "c4d92a32-9cba-4cab-adb1-6aac7a05dc45",
"ProductID": 1,
"ChatUUIDLng": "c505cdab-d745-411e-806c-1bed12faf127",
"NotiffUUIDLng": "c4d41e61-29dc-4c31-ae8d-379ddce719ff",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "73b1bbdc-efd8-42f4-a4fb-feccf57cf0ea"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]