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": "7be39a27-3346-4cfb-b911-3bfe8cc946ef",
"UserUUIDCur": "dd3e3194-8841-4559-8a6c-deef0584a0e7",
"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:
[
{},
{}
]