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": "fb29df72-36ac-4916-bf92-56c9fe464c3d",
"QuestUUID": "d85d12c7-d564-4369-b7db-a2d558f312ef",
"NewsUUID": "b30bcb0d-b4d4-49a4-ab67-af621c2cb94f",
"ProductID": 1,
"ChatUUIDLng": "bfe0725b-f82b-4daa-ab0e-a8ed801bfa5a",
"NotiffUUIDLng": "04c1f289-1470-4461-b08c-8dcd38acf004",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "8b803e3b-84e1-44a9-858c-e83f79ecd47f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]