GET api/FangYuan/GetHouseRefreshHistory?id={id}&top={top}

根据房源id获取房源刷新记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

房源id

integer

Required

top

获取前N条,N默认为6

integer

Default value is 6

Body Parameters

None.

Response Information

Resource Description

根据房源id获取房源刷新记录

Collection of HouseRefreshDto
NameDescriptionTypeAdditional information
Id

主键id

integer

None.

RefreshType

房源刷新类型

RefreshType

None.

RefreshSource

房源刷新来源类型

RefreshSource

None.

HouseId

房源id

integer

None.

RefreshTime

房源刷新时间

date

None.

AdminUserId

后台用户id

integer

None.

UserId

用户id

integer

None.

RefreshUserName

刷新用户名()

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfHouseRefreshDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.House">
  <HouseRefreshDto>
    <AdminUserId>4</AdminUserId>
    <HouseId>2</HouseId>
    <Id>1</Id>
    <RefreshSource>Default</RefreshSource>
    <RefreshTime>2024-04-20T16:49:18.8613208+08:00</RefreshTime>
    <RefreshType>Auto</RefreshType>
    <RefreshUserName>sample string 6</RefreshUserName>
    <UserId>5</UserId>
  </HouseRefreshDto>
  <HouseRefreshDto>
    <AdminUserId>4</AdminUserId>
    <HouseId>2</HouseId>
    <Id>1</Id>
    <RefreshSource>Default</RefreshSource>
    <RefreshTime>2024-04-20T16:49:18.8613208+08:00</RefreshTime>
    <RefreshType>Auto</RefreshType>
    <RefreshUserName>sample string 6</RefreshUserName>
    <UserId>5</UserId>
  </HouseRefreshDto>
</ArrayOfHouseRefreshDto>