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": "050c968f-ec7f-471e-bc0f-6a6f5f543bf2",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "ae08507c-7171-4f8f-ac9f-b6cd6265bc6c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]