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": "95a1bc2b-7e14-4eb4-ba84-ae58997a2fc4",
"QuestUUID": "8f34af28-fc02-472f-964b-51b3ba534804",
"NewsUUID": "25c8e6a7-66b3-466f-b0b1-510a86d55de2",
"ProductID": 1,
"ChatUUIDLng": "c8cab57d-3bd9-4479-b968-afb90129128e",
"NotiffUUIDLng": "b350edbe-8212-4bee-a342-3d693a431f22",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "e86f75ce-ec71-4c08-8ae6-4ce20472faa7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]