GET api/RemoteFile/GetPageRemoteFiles?TableId={TableId}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

获取视频附件,带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TableId

视频分类id(默认为null)

RemoteTable

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

获取视频附件,带分页

PagedOfmh163k_file_remote_all
NameDescriptionTypeAdditional information
Data

Collection of mh163k_file_remote_all

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

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