GET api/IndexFriendLink/GetAllLink
获取所有链接
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取所有链接
Collection of mh163k_house_IndexFriendLink| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
链接标识 |
integer |
None. |
| Name |
链接名称 |
string |
None. |
| Link |
链接内容 |
string |
None. |
| Order |
链接排序 |
integer |
None. |
| Status |
数据状态 |
StatusType |
None. |
| LastUpdatedTime |
最后更新时间 |
date |
None. |
| CreateTime |
创建时间 |
date |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_house_IndexFriendLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">
<mh163k_house_IndexFriendLink>
<CreateTime>2025-12-16T15:56:11.2660393+08:00</CreateTime>
<Id>1</Id>
<LastUpdatedTime>2025-12-16T15:56:11.2660393+08:00</LastUpdatedTime>
<Link>sample string 3</Link>
<Name>sample string 2</Name>
<Order>4</Order>
<Status>Effective</Status>
</mh163k_house_IndexFriendLink>
<mh163k_house_IndexFriendLink>
<CreateTime>2025-12-16T15:56:11.2660393+08:00</CreateTime>
<Id>1</Id>
<LastUpdatedTime>2025-12-16T15:56:11.2660393+08:00</LastUpdatedTime>
<Link>sample string 3</Link>
<Name>sample string 2</Name>
<Order>4</Order>
<Status>Effective</Status>
</mh163k_house_IndexFriendLink>
</ArrayOfmh163k_house_IndexFriendLink>