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": "a5b3d79c-65f2-415f-865c-58418bf38923",
"QuestUUID": "ec66a0f6-57d0-4a8d-9f73-bb452b7d221f",
"NewsUUID": "fb905157-bbae-49a3-a7d6-99fa048ab362",
"ProductID": 1,
"ChatUUIDLng": "b3f98163-b1d3-4620-9040-9bf33aa177ab",
"NotiffUUIDLng": "f9ba5014-f256-421c-866a-b77fd8ebc08c",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "64d8f286-54bb-4e95-8523-9b57a7f0ce18"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]