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:

Sample not available.

text/json

Sample:

Sample not available.

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-19T13:58:00.2226699+08:00</SearchTime>
    <Userid>2</Userid>
  </mh163k_house_searchhistory>
  <mh163k_house_searchhistory>
    <Id>1</Id>
    <Keywords>sample string 3</Keywords>
    <SearchTime>2024-04-19T13:58:00.2226699+08:00</SearchTime>
    <Userid>2</Userid>
  </mh163k_house_searchhistory>
</ArrayOfmh163k_house_searchhistory>