GET api/FriendLink/GetLink?linkId={linkId}
获取单个链接
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| linkId |
链接标识 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取单个链接
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:
<mh163k_Index_FriendLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model"> <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>