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": "d55f67b2-ff2a-4c9a-afd0-7d867aa477f8",
"UserUUIDCur": "2085ca22-71ee-41e1-8e9e-6335733681a6",
"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:
[
{},
{}
]