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": "cb1c185e-e653-4f69-bc53-661f6f643a6f",
"QuestUUID": "3e418c7d-a03b-4db9-8bea-79ffee2151e7",
"NewsUUID": "33b2588e-e398-4575-81f2-c7d27a408a14",
"ProductID": 1,
"ChatUUIDLng": "5010218c-a336-41df-80f1-3cee1cf045fc",
"NotiffUUIDLng": "f384b2bc-9ac7-40e7-8367-f0f877e3b0ba",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "5b34e3be-0cd7-4624-803d-0fa56c8b4d8f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]