GET api/JobPost/GetCompanyJobPostList?UserId={UserId}&CompanyId={CompanyId}&CategoryId={CategoryId}&IsFittable={IsFittable}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

会员中心--获取公司职位列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

用户标识,不用填

integer

None.

CompanyId

公司标识,不填的情况下,将使用用户标识尝试找一次

integer

None.

CategoryId

筛选分类标识

integer

None.

IsFittable

是否合适

JobApplicationType

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

会员中心--获取公司职位列表

PagedOfJobListItemDto
NameDescriptionTypeAdditional information
Data

Collection of JobListItemDto

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:
<PagedOfJobListItemDtoIN7x_PctB 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.Job.Member">
    <d2p1:JobListItemDto>
      <d2p1:ApplyCount>9</d2p1:ApplyCount>
      <d2p1:AuditFailReason>sample string 14</d2p1:AuditFailReason>
      <d2p1:AuditStatus>TobeAgree</d2p1:AuditStatus>
      <d2p1:Category1stDesp>sample string 11</d2p1:Category1stDesp>
      <d2p1:Category1stId>10</d2p1:Category1stId>
      <d2p1:Category2ndDesp>sample string 13</d2p1:Category2ndDesp>
      <d2p1:Category2ndId>12</d2p1:Category2ndId>
      <d2p1:IsExpired>true</d2p1:IsExpired>
      <d2p1:IsRefreshing>true</d2p1:IsRefreshing>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:IsTop>true</d2p1:IsTop>
      <d2p1:JobId>1</d2p1:JobId>
      <d2p1:JobTitle>sample string 2</d2p1:JobTitle>
      <d2p1:JobType>FullTime</d2p1:JobType>
      <d2p1:PostPayType>None</d2p1:PostPayType>
      <d2p1:PublishTime>2024-04-24T23:57:30.3723918+08:00</d2p1:PublishTime>
      <d2p1:UpdateTime>2024-04-24T23:57:30.3723918+08:00</d2p1:UpdateTime>
      <d2p1:ViewNums>8</d2p1:ViewNums>
    </d2p1:JobListItemDto>
    <d2p1:JobListItemDto>
      <d2p1:ApplyCount>9</d2p1:ApplyCount>
      <d2p1:AuditFailReason>sample string 14</d2p1:AuditFailReason>
      <d2p1:AuditStatus>TobeAgree</d2p1:AuditStatus>
      <d2p1:Category1stDesp>sample string 11</d2p1:Category1stDesp>
      <d2p1:Category1stId>10</d2p1:Category1stId>
      <d2p1:Category2ndDesp>sample string 13</d2p1:Category2ndDesp>
      <d2p1:Category2ndId>12</d2p1:Category2ndId>
      <d2p1:IsExpired>true</d2p1:IsExpired>
      <d2p1:IsRefreshing>true</d2p1:IsRefreshing>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:IsTop>true</d2p1:IsTop>
      <d2p1:JobId>1</d2p1:JobId>
      <d2p1:JobTitle>sample string 2</d2p1:JobTitle>
      <d2p1:JobType>FullTime</d2p1:JobType>
      <d2p1:PostPayType>None</d2p1:PostPayType>
      <d2p1:PublishTime>2024-04-24T23:57:30.3723918+08:00</d2p1:PublishTime>
      <d2p1:UpdateTime>2024-04-24T23:57:30.3723918+08:00</d2p1:UpdateTime>
      <d2p1:ViewNums>8</d2p1:ViewNums>
    </d2p1:JobListItemDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfJobListItemDtoIN7x_PctB>