GET api/JobResume/GetAdminJobResumeSuper?id={id}

后台--获取简历超级管理相关字段

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

简历id

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取简历超级管理相关字段

JobResumeSuperDto
NameDescriptionTypeAdditional information
IsTop

是否置顶

boolean

None.

TopExpiredDate

置顶时间

date

None.

Id

自增id

integer

None.

UserName

用户名,更改信息所属会员使用,获取时为空

string

None.

Userid

会员id

integer

None.

Intorder

排序字段

integer

None.

Thumbs

点赞数

integer

None.

Hits

信息浏览量

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<JobResumeSuperDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobResume">
  <Hits>6</Hits>
  <Id>1</Id>
  <Intorder>4</Intorder>
  <IsTop>true</IsTop>
  <Thumbs>5</Thumbs>
  <TopExpiredDate>2024-03-28T21:48:35.3263759+08:00</TopExpiredDate>
  <UserName>sample string 2</UserName>
  <Userid>3</Userid>
</JobResumeSuperDto>