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": "0329bee6-c80c-415e-b0f7-96560be07500",
"QuestUUID": "a0f345b9-6a6b-4f29-9ffd-cbb19844c6f2",
"NewsUUID": "c8c92d40-bd06-4c11-9356-2f7f67a82657",
"ProductID": 1,
"ChatUUIDLng": "80f52906-aa43-4119-abaa-4f4cc06ecbb3",
"NotiffUUIDLng": "5c49559b-ab67-45ed-bbb2-e4164b195c54",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "d7bc8533-0a6d-4333-8822-14f809f99c72"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]