GET api/JobResume/GetMySimpleResumeWithStatics
会员中心--获取我的个人求职中心数据(带工作邀约数量和我的申请数量)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
会员中心--获取我的个人求职中心数据(带工作邀约数量和我的申请数量)
JobResumeSimpleDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
简历id |
integer |
None. |
| chrname |
姓名 |
string |
None. |
| filepath |
头像 |
string |
None. |
| JobStatus |
求职状态 |
integer |
None. |
| JobStatusDesicription |
求职状态描述 |
string |
None. |
| JobInviteNums |
工作邀约数量 |
integer |
None. |
| JobApplyNums |
工作申请数量 |
integer |
None. |
| Sex |
性别 |
SexType |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<JobResumeSimpleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobResume"> <Id>1</Id> <JobApplyNums>7</JobApplyNums> <JobInviteNums>6</JobInviteNums> <JobStatus>4</JobStatus> <JobStatusDesicription>sample string 5</JobStatusDesicription> <Sex>Male</Sex> <chrname>sample string 2</chrname> <filepath>sample string 3</filepath> </JobResumeSimpleDto>