POST api/AdminPlay/PlayConnectionStats

AdmGetNewsConnectionStats

Request Information

URI Parameters

None.

Body Parameters

NewsConnectionStats_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": "c36bdac7-672f-4f75-8d5a-a68eb09468af",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "b1850039-adca-40db-8552-237bd7eaec55"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]