POST api/AdminPlay/AdmGetNewsVideo
AdmGetNewsVideo
Request Information
URI Parameters
None.
Body Parameters
GetNewsVideo_request| Name | Description | Type | Additional information |
|---|---|---|---|
| NewsUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NewsUUID": "1e6ac279-499b-4a86-819e-c86c23752784",
"UserUUIDCur": "f232c329-679f-4b53-98be-dcd7e290a871",
"LanguageID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]