POST api/AdminStats/GetViewStats

AdmGetViewStats

Request Information

URI Parameters

None.

Body Parameters

GetViewStats
NameDescriptionTypeAdditional 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": "bc4e1ae1-2749-4398-bf75-aea7f9e0ca04",
  "QuestUUID": "84c278a4-f276-4e3f-9c75-8f087e4cd1e3",
  "NewsUUID": "03b5f76e-a842-4d03-ac11-e64cf6ec4695",
  "ProductID": 1,
  "ChatUUIDLng": "17d27f3b-164a-4196-bf19-522d8f44e2e7",
  "NotiffUUIDLng": "730e2577-68e5-4d00-8226-2e29cb4a0a4e",
  "OldD": 1,
  "LanguageID": 1,
  "CountryID": 1,
  "UserActive": true,
  "UserUUIDCur": "df1fb2f0-b775-4840-81da-95e75fbae7e1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]