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": "b8a52d96-cf99-4483-b3c0-a9dfc8082a51",
"QuestUUID": "d795d38a-dfe4-497f-afed-741b03869841",
"NewsUUID": "801d80c6-9076-4cba-84ef-a9d7f3d987e2",
"ProductID": 1,
"ChatUUIDLng": "30ef65b6-4abf-42e1-8042-7bb93c0f48a8",
"NotiffUUIDLng": "412f0ce9-8dd0-4460-8e46-3679005aff7e",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "8865c976-8c43-4906-8f20-d05c3f98e421"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]