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": "d38dd142-e0e8-4e78-8805-5182535e63fa",
"UserUUIDCur": "3a53d01b-ef0f-431e-af72-52fcf8e3fca0",
"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:
{}