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": "12c8f017-c34c-433b-837b-39b7d1b66e9c",
"QuestUUID": "20e35e2b-2090-44e8-b01f-4b473320b047",
"NewsUUID": "139e38d9-9d65-4149-af09-3c2c312ef16d",
"ProductID": 1,
"ChatUUIDLng": "65c9ed57-fc7b-436b-b9c8-3ebceee3601a",
"NotiffUUIDLng": "26f21342-9e30-4841-840c-4dbd3140dd4b",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "7d5c36c2-1451-434d-add0-17f2c95dd3ef"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]