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": "4240bf95-a945-4b45-8175-298388f78108",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "e792ab1a-75d0-4229-81f5-4f8a017e45f5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]