GET api/IndexFriendLink/GetPagedLink?PageNumber={PageNumber}&PageLoad={PageLoad}
分页获取链接
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber |
页数 |
integer |
None. |
| PageLoad |
每页载入量 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
分页获取链接
PagedOfmh163k_house_IndexFriendLink| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of mh163k_house_IndexFriendLink |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfmh163k_house_IndexFriendLinkza7frkQz 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">
<d2p1:mh163k_house_IndexFriendLink>
<d2p1:CreateTime>2025-12-16T15:56:46.8150048+08:00</d2p1:CreateTime>
<d2p1:Id>1</d2p1:Id>
<d2p1:LastUpdatedTime>2025-12-16T15:56:46.8150048+08:00</d2p1:LastUpdatedTime>
<d2p1:Link>sample string 3</d2p1:Link>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Order>4</d2p1:Order>
<d2p1:Status>Effective</d2p1:Status>
</d2p1:mh163k_house_IndexFriendLink>
<d2p1:mh163k_house_IndexFriendLink>
<d2p1:CreateTime>2025-12-16T15:56:46.8150048+08:00</d2p1:CreateTime>
<d2p1:Id>1</d2p1:Id>
<d2p1:LastUpdatedTime>2025-12-16T15:56:46.8150048+08:00</d2p1:LastUpdatedTime>
<d2p1:Link>sample string 3</d2p1:Link>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Order>4</d2p1:Order>
<d2p1:Status>Effective</d2p1:Status>
</d2p1:mh163k_house_IndexFriendLink>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfmh163k_house_IndexFriendLinkza7frkQz>