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": "5be24436-7de2-47f9-940c-1da88c5a0af4",
"QuestUUID": "9f6631cb-b181-4dd8-ac64-93ca2478f37d",
"NewsUUID": "9c8b84b8-16f4-4992-ac04-ef7589af54fb",
"ProductID": 1,
"ChatUUIDLng": "cdf56935-68a1-4c25-8888-86b9ec6d3daf",
"NotiffUUIDLng": "e8decfb6-55ce-4d1d-a3ac-f5b5b7cfda21",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "a1153b85-e6d1-43c1-82e4-cbfa1130b4f2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]