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": "e3da98de-611f-435a-b178-22b2c0cfe828",
"FunCategoryID": 1,
"NewsActive": true,
"LanguageID": 1,
"Search": "sample string 1",
"UserUUIDCur": "e4478d03-c113-4923-a7ef-5a656d7f860e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]