GET api/JobCompany/GetCompanyStatistics

企管中心--获取公司申请邀请收藏简历获取统计数据

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

企管中心--获取公司申请邀请收藏简历获取统计数据

CompanyStatisticDto
NameDescriptionTypeAdditional information
PartTimeApplicationNum

兼职申请数

integer

None.

FullTimeApplicationNum

全职申请数

integer

None.

InvitationNum

邀约申请数

integer

None.

OwnResumeNum

已获简历数(包含被删除数量)

integer

None.

OwnResumeButDeletedNum

已获简历数,但是简历已被删除的数量

integer

None.

OwnResumePureNum

已获简历数(不包含被删除数量)

integer

None.

CollectResumeNum

收藏简历数

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<CompanyStatisticDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Company">
  <CollectResumeNum>6</CollectResumeNum>
  <FullTimeApplicationNum>2</FullTimeApplicationNum>
  <InvitationNum>3</InvitationNum>
  <OwnResumeButDeletedNum>5</OwnResumeButDeletedNum>
  <OwnResumeNum>4</OwnResumeNum>
  <PartTimeApplicationNum>1</PartTimeApplicationNum>
</CompanyStatisticDto>