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": "39ca9765-c65c-4daf-b176-093109a287d2",
"UserUUIDCur": "f3b82d5c-b4e0-4ad2-9f65-9e9477221a19",
"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:
{}