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": "e1663ea6-4dd9-4269-bf93-790ecfa882fb",
"QuestUUID": "c8c5bdd9-3dde-4840-a552-3c4ac6f579f8",
"NewsUUID": "61ce96e1-048e-41fd-af6d-4c8e977de9f2",
"ProductID": 1,
"ChatUUIDLng": "fddbb1b8-d66b-42da-9808-b01427dbc9a1",
"NotiffUUIDLng": "7b437f24-0932-455b-9d2e-2a5cd7545c34",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "a8840187-43b4-48ee-a0d1-770bc35135c5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]