POST api/AdminPlay/GetPlayStats

AdmGetNewsStats

Request Information

URI Parameters

None.

Body Parameters

GetNewsStats_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

LanguageID

integer

None.

NewsActive

boolean

None.

NewsActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "954ca6ad-cc56-4dc7-ac06-b33c6a745c9d",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "f75690f6-6402-49d8-88fb-764cc6dfa0d0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]