POST api/AdminMedia/GetVideoList
AdmGetVideo
Request Information
URI Parameters
None.
Body Parameters
GetVideo| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| SearchUniversal | string |
None. |
|
| LanguageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VideoUUID": "0cfbfe6d-46c0-4ce1-8261-c5aee3f8cf68",
"UserUUIDCur": "80016118-5556-46bf-8977-4981d8b85db3",
"SearchUniversal": "sample string 1",
"LanguageID": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}