POST api/AdminStats/GetViewStats
AdmGetViewStats
Request Information
URI Parameters
None.
Body Parameters
GetViewStatsName | 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": "e0a22dd4-cb9a-4839-90c8-4067944b7b0a", "QuestUUID": "06bf0571-06cd-4bfa-915a-c2d6179655ea", "NewsUUID": "78928f72-fde6-46b6-bfed-821b776e1ce7", "ProductID": 1, "ChatUUIDLng": "2b1722cd-1501-436b-8670-030269d94e99", "NotiffUUIDLng": "2fb8d531-d006-4845-9fd1-affafa1cc295", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "5015d3c1-829d-4869-9722-935f8b77fc9d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]