GET api/JobSearchHistory/GetJobSearchHistory
查找搜索历史,根据当前用户
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
查找搜索历史,根据当前用户
Collection of mh163k_Job_SearchHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
自增长id |
integer |
None. |
| Userid |
搜索用户id |
integer |
None. |
| Keywords |
查询关键字 |
string |
None. |
| SearchTime |
查询时间 |
date |
None. |
| State |
半持久码 默认值((0)) |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_Job_SearchHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Model">
<mh163k_Job_SearchHistory>
<Id>1</Id>
<Keywords>sample string 3</Keywords>
<SearchTime>2025-12-16T16:01:22.1714425+08:00</SearchTime>
<State>5</State>
<Userid>2</Userid>
</mh163k_Job_SearchHistory>
<mh163k_Job_SearchHistory>
<Id>1</Id>
<Keywords>sample string 3</Keywords>
<SearchTime>2025-12-16T16:01:22.1714425+08:00</SearchTime>
<State>5</State>
<Userid>2</Userid>
</mh163k_Job_SearchHistory>
</ArrayOfmh163k_Job_SearchHistory>