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": "7ad07413-3d74-4907-a6aa-0d9ae1b8b170", "QuestUUID": "56aa67de-4882-4de9-a9e0-8757367d72c7", "NewsUUID": "d40061e2-ca3d-4eb4-a0cb-6b25ca4af396", "ProductID": 1, "ChatUUIDLng": "982e8ca5-3a54-4de3-be41-34da4d1505e7", "NotiffUUIDLng": "4089dee6-09b3-4c1d-9fcb-a79ce8986c81", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "4ef6950a-de45-4d65-81ef-b0e6fe6ea5cd" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]