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": "4dc3f352-4e98-4685-af9c-23185a30c364",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "c6fc48a2-b928-433c-ad9f-923e25d808da"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]