GET api/RemoteFile/GetRemoteFile?tableid={tableid}&cid={cid}

获取视频附件,获取上传未保存的视频cid=0

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tableid

视频tableid

RemoteTable

Required

cid

对应资源的id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取视频附件,获取上传未保存的视频cid=0

Collection of mh163k_file_remote_all
NameDescriptionTypeAdditional information
Id

自增长id

integer

None.

Tableid

各视频对应的tableid

RemoteTable

None.

Cid

对应资源的id

integer

None.

Styleid

integer

None.

Remoteid

integer

None.

Filepath

视频文件路径

string

None.

Duration

视频时间

decimal number

None.

Smallfilepath

视频缩略图

string

None.

Thumbfilepath

string

None.

Ext

视频格式

string

None.

Userid

上传视频用户

integer

None.

Userstate

用户半持久码

integer

None.

Width

视频宽

integer

None.

High

视频高

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfmh163k_file_remote_all xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
  <mh163k_file_remote_all>
    <Cid>2</Cid>
    <Duration>5.1</Duration>
    <Ext>sample string 6</Ext>
    <Filepath>sample string 4</Filepath>
    <High>10</High>
    <Id>1</Id>
    <Styleid>3</Styleid>
    <Tableid>Unclassified</Tableid>
    <Userid>7</Userid>
    <Userstate>8</Userstate>
    <Width>9</Width>
  </mh163k_file_remote_all>
  <mh163k_file_remote_all>
    <Cid>2</Cid>
    <Duration>5.1</Duration>
    <Ext>sample string 6</Ext>
    <Filepath>sample string 4</Filepath>
    <High>10</High>
    <Id>1</Id>
    <Styleid>3</Styleid>
    <Tableid>Unclassified</Tableid>
    <Userid>7</Userid>
    <Userstate>8</Userstate>
    <Width>9</Width>
  </mh163k_file_remote_all>
</ArrayOfmh163k_file_remote_all>