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": "ba2a4613-000d-4e94-be6b-f13d0e1deb8b",
"UserUUIDCur": "637e4b74-221e-4a38-8323-7ac9d210c6cf",
"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:
{}