GET api/FangYuan/GetHouseTrackInfoByHouseId?houseId={houseId}
获取跟踪记录根据Houseid
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| houseId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取跟踪记录根据Houseid
Collection of HouseTrackDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
自增长id |
integer |
None. |
| TrackContent |
记录内容 |
string |
None. |
| AgentName |
跟踪房源的中介名称 |
string |
None. |
| AgentId |
跟踪房源的中介id |
integer |
None. |
| IsEdit |
是否可操作 |
boolean |
None. |
| HouseId |
跟踪房源id |
integer |
None. |
| CreateTime |
记录时间 |
date |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfHouseTrackDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.House">
<HouseTrackDto>
<AgentId>4</AgentId>
<AgentName>sample string 3</AgentName>
<CreateTime>2025-12-16T16:04:26.6420171+08:00</CreateTime>
<HouseId>6</HouseId>
<Id>1</Id>
<IsEdit>true</IsEdit>
<TrackContent>sample string 2</TrackContent>
</HouseTrackDto>
<HouseTrackDto>
<AgentId>4</AgentId>
<AgentName>sample string 3</AgentName>
<CreateTime>2025-12-16T16:04:26.6420171+08:00</CreateTime>
<HouseId>6</HouseId>
<Id>1</Id>
<IsEdit>true</IsEdit>
<TrackContent>sample string 2</TrackContent>
</HouseTrackDto>
</ArrayOfHouseTrackDto>