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": "acdeed2c-6fdc-47e7-a6ec-4009cbbf3b3a",
"QuestUUID": "c7bd96d9-8800-4f62-97fb-228091754160",
"NewsUUID": "40e3188c-2286-4146-a920-164598d114c0",
"ProductID": 1,
"ChatUUIDLng": "2a27a966-7990-48e2-9650-c57cb57c9ef4",
"NotiffUUIDLng": "539d9d0d-e1ab-44c5-a640-9ab9fc197b90",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "6edff227-a76e-4eb5-9a01-3f825e025365"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]