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": "30d0259d-af14-491c-8cbd-fce8c2366fcd",
"QuestUUID": "9ac123af-0d8f-40af-8fab-bbaa319e037e",
"NewsUUID": "426c2f0f-3b3d-46c6-8e1f-d9a330875b1b",
"ProductID": 1,
"ChatUUIDLng": "e74c9a1c-93f6-48b6-accc-c9231345efbd",
"NotiffUUIDLng": "97ecc2ac-e72f-4e70-bf85-3071e3e47b83",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "e1d74479-201b-414d-bd22-e4a7f21a1e46"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]