POST api/AdminPlay/GetPlay

AdmGetNews

Request Information

URI Parameters

None.

Body Parameters

GetNews_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

FunCategoryID

integer

None.

NewsActive

boolean

None.

LanguageID

integer

None.

Search

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "7f749478-eae6-4110-bea5-8966b76aa406",
  "FunCategoryID": 1,
  "NewsActive": true,
  "LanguageID": 1,
  "Search": "sample string 1",
  "UserUUIDCur": "70e4643f-1043-47c6-bfa4-555bd0c3cd51"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]