POST api/AdminStats/GetCommentStats

AdmGetCommentStats

Request Information

URI Parameters

None.

Body Parameters

GetCommentStats
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": "fe4a5ae3-afd9-44ae-a6e6-d2747fa09ccb",
  "QuestUUID": "39846f1e-fa51-4655-a541-bd9b529922ff",
  "NewsUUID": "08fe637d-0944-4fea-8fb7-9f9381106548",
  "ProductID": 1,
  "ChatUUIDLng": "09e61feb-21b6-4b08-989b-73d0c706803f",
  "NotiffUUIDLng": "1bc1d737-dc53-42df-9e01-96d27da51901",
  "OldD": 1,
  "LanguageID": 1,
  "CountryID": 1,
  "UserActive": true,
  "UserUUIDCur": "a1fb6096-665c-424e-a9b2-5232db001937"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]