GET api/FriendLink/GetAllLink?module={module}
获取所有链接
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| module | ModuleType |
Default value is All |
Body Parameters
None.
Response Information
Resource Description
获取所有链接
Collection of mh163k_Index_FriendLink| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
链接标识 |
integer |
None. |
| Name |
链接名称 |
string |
None. |
| Link |
链接内容 |
string |
None. |
| Order |
链接排序 |
integer |
None. |
| Status |
数据状态 |
StatusType |
None. |
| Module |
模块类型 |
ModuleType |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_Index_FriendLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
<mh163k_Index_FriendLink>
<Id>1</Id>
<Link>sample string 3</Link>
<Module>None</Module>
<Name>sample string 2</Name>
<Order>4</Order>
<Status>Effective</Status>
</mh163k_Index_FriendLink>
<mh163k_Index_FriendLink>
<Id>1</Id>
<Link>sample string 3</Link>
<Module>None</Module>
<Name>sample string 2</Name>
<Order>4</Order>
<Status>Effective</Status>
</mh163k_Index_FriendLink>
</ArrayOfmh163k_Index_FriendLink>