POST api/AdminPlay/GetPlay
AdmGetNews
Request Information
URI Parameters
None.
Body Parameters
GetNews_Request| Name | Description | Type | Additional 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": "b9c89edc-c4de-4232-84a6-14dc606b577c",
"FunCategoryID": 1,
"NewsActive": true,
"LanguageID": 1,
"Search": "sample string 1",
"UserUUIDCur": "afd30cab-bbf6-486f-810e-d8513dc7d9e3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]