GET api/LouPan/GetPagedLouPanSalesdynamicsAndNews?LoupanId={LoupanId}&PageSize={PageSize}&Search={Search}&PageID={PageID}
分页获取动态信息与资讯
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LoupanId |
楼盘id |
integer |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
分页获取动态信息与资讯
PagedOfHouseLoupanSalesDynamicsOrNews| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of HouseLoupanSalesDynamicsOrNews |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfHouseLoupanSalesDynamicsOrNewsPhr83kYB 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.Model.ModelAggregation">
<d2p1:HouseLoupanSalesDynamicsOrNews>
<Date xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2025-12-16T16:02:32.0491465+08:00</Date>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2</Id>
<Iskill xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">TobeAgree</Iskill>
<LoupanId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">3</LoupanId>
<Message xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 5</Message>
<Title xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 6</Title>
<d2p1:IsDynamics>true</d2p1:IsDynamics>
</d2p1:HouseLoupanSalesDynamicsOrNews>
<d2p1:HouseLoupanSalesDynamicsOrNews>
<Date xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2025-12-16T16:02:32.0491465+08:00</Date>
<Id xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">2</Id>
<Iskill xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">TobeAgree</Iskill>
<LoupanId xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">3</LoupanId>
<Message xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 5</Message>
<Title xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">sample string 6</Title>
<d2p1:IsDynamics>true</d2p1:IsDynamics>
</d2p1:HouseLoupanSalesDynamicsOrNews>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfHouseLoupanSalesDynamicsOrNewsPhr83kYB>