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": "ffdb44fa-f78d-4ebb-9a10-1e5e84c33328",
"QuestUUID": "21d6b8c4-51f0-483f-b556-483390b68256",
"NewsUUID": "cec5f179-8cfb-44f5-af89-ad696f8f20a7",
"ProductID": 1,
"ChatUUIDLng": "19254596-7322-4519-ae21-cb919b574a09",
"NotiffUUIDLng": "b788d1a7-4f95-4a80-a8a0-e2c57f5faca5",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "3972457f-dc09-448f-ba2d-e4c80535766f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]