GET api/IndexFriendLink/GetAllLink

获取所有链接

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取所有链接

Collection of 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:

Sample not available.

text/json

Sample:

Sample not available.

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>2024-03-29T03:01:37.763159+08:00</CreateTime>
    <Id>1</Id>
    <LastUpdatedTime>2024-03-29T03:01:37.7611974+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>2024-03-29T03:01:37.763159+08:00</CreateTime>
    <Id>1</Id>
    <LastUpdatedTime>2024-03-29T03:01:37.7611974+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>