GET api/JobNews/GetJobNewsPageBySearch?Id={Id}&Isshelf={Isshelf}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

查找招聘资讯 获取包括发布和下线,需要传入isshelf=(不写参数值)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

招聘资讯类别,默认null获取全部,id类别通过招聘分类获取

integer

None.

Isshelf

是否上线,默认上线,获取全部传isshelf=(不写默认值)

boolean

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

查找招聘资讯 获取包括发布和下线,需要传入isshelf=(不写参数值)

PagedOfJobNewsSimpleDto
NameDescriptionTypeAdditional information
Data

Collection of JobNewsSimpleDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfJobNewsSimpleDtoF1_PTu_S_Sj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobNews">
    <d2p1:JobNewsSimpleDto>
      <d2p1:CategoryName>sample string 5</d2p1:CategoryName>
      <d2p1:Categoryid>4</d2p1:Categoryid>
      <d2p1:Chrcontent>sample string 15</d2p1:Chrcontent>
      <d2p1:Chrimage>sample string 13</d2p1:Chrimage>
      <d2p1:Chrtitle>sample string 2</d2p1:Chrtitle>
      <d2p1:Chrurl>sample string 8</d2p1:Chrurl>
      <d2p1:Dtappenddate>2024-04-25T15:07:46.2786815+08:00</d2p1:Dtappenddate>
      <d2p1:Hits>9</d2p1:Hits>
      <d2p1:Intorder>10</d2p1:Intorder>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:Keyword>sample string 3</d2p1:Keyword>
      <d2p1:Newsid>1</d2p1:Newsid>
      <d2p1:Styleid>Reprint</d2p1:Styleid>
      <d2p1:TypeDesp>sample string 7</d2p1:TypeDesp>
      <d2p1:UserName>sample string 14</d2p1:UserName>
      <d2p1:Userid>6</d2p1:Userid>
    </d2p1:JobNewsSimpleDto>
    <d2p1:JobNewsSimpleDto>
      <d2p1:CategoryName>sample string 5</d2p1:CategoryName>
      <d2p1:Categoryid>4</d2p1:Categoryid>
      <d2p1:Chrcontent>sample string 15</d2p1:Chrcontent>
      <d2p1:Chrimage>sample string 13</d2p1:Chrimage>
      <d2p1:Chrtitle>sample string 2</d2p1:Chrtitle>
      <d2p1:Chrurl>sample string 8</d2p1:Chrurl>
      <d2p1:Dtappenddate>2024-04-25T15:07:46.2786815+08:00</d2p1:Dtappenddate>
      <d2p1:Hits>9</d2p1:Hits>
      <d2p1:Intorder>10</d2p1:Intorder>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:Keyword>sample string 3</d2p1:Keyword>
      <d2p1:Newsid>1</d2p1:Newsid>
      <d2p1:Styleid>Reprint</d2p1:Styleid>
      <d2p1:TypeDesp>sample string 7</d2p1:TypeDesp>
      <d2p1:UserName>sample string 14</d2p1:UserName>
      <d2p1:Userid>6</d2p1:Userid>
    </d2p1:JobNewsSimpleDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfJobNewsSimpleDtoF1_PTu_S_Sj>