GET api/ZhuanTi/GetZhuanTiPage?HouseType={HouseType}&Isshelf={Isshelf}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

获取专题,带分页 获取全部housetype=houseDefault,isshelf=null;

Request Information

URI Parameters

NameDescriptionTypeAdditional information
HouseType

专题分类

HouseType

None.

Isshelf

boolean

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

获取专题,带分页 获取全部housetype=houseDefault,isshelf=null;

PagedOfZhuanTiDetailDto
NameDescriptionTypeAdditional information
Data

Collection of ZhuanTiDetailDto

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:
<PagedOfZhuanTiDetailDtowRcL4Wtp 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.House.Service.Dto.ZhuanTi">
    <d2p1:ZhuanTiDetailDto>
      <d2p1:Chrtitle>sample string 2</d2p1:Chrtitle>
      <d2p1:Content>sample string 6</d2p1:Content>
      <d2p1:CreateTime>2024-04-24T00:46:12.7786328+08:00</d2p1:CreateTime>
      <d2p1:Image>sample string 3</d2p1:Image>
      <d2p1:Intorder>4</d2p1:Intorder>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:Type>SecondhandHouse</d2p1:Type>
      <d2p1:Url>sample string 5</d2p1:Url>
      <d2p1:ZtId>1</d2p1:ZtId>
    </d2p1:ZhuanTiDetailDto>
    <d2p1:ZhuanTiDetailDto>
      <d2p1:Chrtitle>sample string 2</d2p1:Chrtitle>
      <d2p1:Content>sample string 6</d2p1:Content>
      <d2p1:CreateTime>2024-04-24T00:46:12.7786328+08:00</d2p1:CreateTime>
      <d2p1:Image>sample string 3</d2p1:Image>
      <d2p1:Intorder>4</d2p1:Intorder>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:Type>SecondhandHouse</d2p1:Type>
      <d2p1:Url>sample string 5</d2p1:Url>
      <d2p1:ZtId>1</d2p1:ZtId>
    </d2p1:ZhuanTiDetailDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfZhuanTiDetailDtowRcL4Wtp>