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": "72f996c4-6e05-49ec-81ea-9b846b05a38d",
  "LanguageID": 1,
  "NewsActive": true,
  "NewsActiveLng": true,
  "UserUUIDCur": "cb573177-43ac-460d-9144-5371709c11f3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]