GET api/SearchHistory/GetSearchHistory
会员中心--查找搜索历史,根据当前用户
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
会员中心--查找搜索历史,根据当前用户
Collection of mh163k_house_searchhistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
自增长id |
integer |
None. |
| Userid |
搜索用户id |
integer |
None. |
| Keywords |
查询关键字 |
string |
None. |
| SearchTime |
查询时间 |
date |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
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>2025-12-16T15:58:09.6968088+08:00</SearchTime>
<Userid>2</Userid>
</mh163k_house_searchhistory>
<mh163k_house_searchhistory>
<Id>1</Id>
<Keywords>sample string 3</Keywords>
<SearchTime>2025-12-16T15:58:09.6968088+08:00</SearchTime>
<Userid>2</Userid>
</mh163k_house_searchhistory>
</ArrayOfmh163k_house_searchhistory>