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": "84016477-553b-4412-8a6e-e1cdb9b1542f",
  "FunCategoryID": 1,
  "NewsActive": true,
  "LanguageID": 1,
  "Search": "sample string 1",
  "UserUUIDCur": "facb506d-2a05-4608-a363-0fe6624338f3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]