GET api/SearchHistory/GetSearchHistory

会员中心--查找搜索历史,根据当前用户

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心--查找搜索历史,根据当前用户

Collection of mh163k_house_searchhistory
NameDescriptionTypeAdditional information
Id

自增长id

integer

None.

Userid

搜索用户id

integer

None.

Keywords

查询关键字

string

None.

SearchTime

查询时间

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:
<ArrayOfmh163k_house_searchhistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">
  <mh163k_house_searchhistory>
    <Id>1</Id>
    <Keywords>sample string 3</Keywords>
    <SearchTime>2024-04-30T01:56:44.2697088+08:00</SearchTime>
    <Userid>2</Userid>
  </mh163k_house_searchhistory>
  <mh163k_house_searchhistory>
    <Id>1</Id>
    <Keywords>sample string 3</Keywords>
    <SearchTime>2024-04-30T01:56:44.2697088+08:00</SearchTime>
    <Userid>2</Userid>
  </mh163k_house_searchhistory>
</ArrayOfmh163k_house_searchhistory>