GET api/IndexFriendLink/GetLink?linkId={linkId}

获取单个链接

Request Information

URI Parameters

NameDescriptionTypeAdditional information
linkId

链接标识

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取单个链接

mh163k_house_IndexFriendLink
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<mh163k_house_IndexFriendLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">
  <CreateTime>2024-04-25T14:07:18.709606+08:00</CreateTime>
  <Id>1</Id>
  <LastUpdatedTime>2024-04-25T14:07:18.709606+08:00</LastUpdatedTime>
  <Link>sample string 3</Link>
  <Name>sample string 2</Name>
  <Order>4</Order>
  <Status>Effective</Status>
</mh163k_house_IndexFriendLink>