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": "8a97fdcd-531c-4abc-95ae-bf7cb4cb16af",
"UserUUIDCur": "c8a3b8c6-d835-4201-a06b-dab5c796242b",
"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:
[
{},
{}
]