GET {version}/Authorization/GetVideoInfo?videoid={videoid}
获取视频详情
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| videoid | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
VideoInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | string |
None. |
|
| Title |
标题 |
string |
None. |
| CoverURL |
返回的url |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RequestId": "sample string 1",
"Title": "sample string 2",
"CoverURL": "sample string 3"
}
application/xml, text/xml
Sample:
<VideoInfoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eshikao.Models"> <CoverURL>sample string 3</CoverURL> <RequestId>sample string 1</RequestId> <Title>sample string 2</Title> </VideoInfoDTO>