POST api/AdminStats/GetViewStats
AdmGetViewStats
Request Information
URI Parameters
None.
Body Parameters
GetViewStats| 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": "bd2267b7-61b6-4b66-b9d9-de6c841476d5",
"QuestUUID": "a0724342-9f9d-40b6-abfa-3001e0b8de33",
"NewsUUID": "561bb7b8-611a-4146-848e-acc57c1134a0",
"ProductID": 1,
"ChatUUIDLng": "0cf67913-7e1c-49a7-81c0-e9057a87c75c",
"NotiffUUIDLng": "1468c190-2730-41a8-8da0-5c03c51bb842",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "7753f95e-267e-427d-9f59-ffd0e045514e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]