GET api/JobCompany/GetFullTimeApplication?UserId={UserId}&CompanyId={CompanyId}&CategoryId={CategoryId}&IsFittable={IsFittable}&PostId={PostId}&PageSize={PageSize}&Search={Search}&PageID={PageID}

企管中心--获取全职申请列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

用户标识,不用填

integer

None.

CompanyId

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

integer

None.

CategoryId

筛选分类标识

integer

None.

IsFittable

是否合适

JobApplicationType

None.

PostId

筛选职位

integer

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

企管中心--获取全职申请列表

PagedOfFulltimeJobApplyDto
NameDescriptionTypeAdditional information
Data

Collection of FulltimeJobApplyDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<PagedOfFulltimeJobApplyDtoDfeRUqEL 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.Admin">
    <d2p1:FulltimeJobApplyDto>
      <ApplicantName xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 11</ApplicantName>
      <ApplyTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">2024-04-29T23:01:05.847931+08:00</ApplyTime>
      <Contact xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 12</Contact>
      <d2p1:Age>4</d2p1:Age>
      <d2p1:ApplicantFileUrl>sample string 2</d2p1:ApplicantFileUrl>
      <d2p1:ApplicationId>9</d2p1:ApplicationId>
      <d2p1:EducationString>sample string 5</d2p1:EducationString>
      <d2p1:Expirence>6</d2p1:Expirence>
      <d2p1:ExpirenceString>sample string 7</d2p1:ExpirenceString>
      <d2p1:Gender>Male</d2p1:Gender>
      <d2p1:GenderString>sample string 3</d2p1:GenderString>
      <d2p1:IsFittable>DontKnow</d2p1:IsFittable>
      <d2p1:JobCategoryName>sample string 8</d2p1:JobCategoryName>
      <d2p1:ResumeAuditStatus>TobeAgree</d2p1:ResumeAuditStatus>
      <d2p1:ResumeId>1</d2p1:ResumeId>
      <d2p1:ZhiweiId>10</d2p1:ZhiweiId>
    </d2p1:FulltimeJobApplyDto>
    <d2p1:FulltimeJobApplyDto>
      <ApplicantName xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 11</ApplicantName>
      <ApplyTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">2024-04-29T23:01:05.847931+08:00</ApplyTime>
      <Contact xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 12</Contact>
      <d2p1:Age>4</d2p1:Age>
      <d2p1:ApplicantFileUrl>sample string 2</d2p1:ApplicantFileUrl>
      <d2p1:ApplicationId>9</d2p1:ApplicationId>
      <d2p1:EducationString>sample string 5</d2p1:EducationString>
      <d2p1:Expirence>6</d2p1:Expirence>
      <d2p1:ExpirenceString>sample string 7</d2p1:ExpirenceString>
      <d2p1:Gender>Male</d2p1:Gender>
      <d2p1:GenderString>sample string 3</d2p1:GenderString>
      <d2p1:IsFittable>DontKnow</d2p1:IsFittable>
      <d2p1:JobCategoryName>sample string 8</d2p1:JobCategoryName>
      <d2p1:ResumeAuditStatus>TobeAgree</d2p1:ResumeAuditStatus>
      <d2p1:ResumeId>1</d2p1:ResumeId>
      <d2p1:ZhiweiId>10</d2p1:ZhiweiId>
    </d2p1:FulltimeJobApplyDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfFulltimeJobApplyDtoDfeRUqEL>