获取申请的简历附件
最后更新于 2023/09/07 阅读数 83
获取申请的简历附件
此接口用户获取单个简历附件.
Method:GET
Path:/applications/{id}/attachment
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Path Parameters
Key | Required | Type | Description |
---|---|---|---|
id | Yes | number | 申请id |
Response data
Key | Describe |
---|---|
type | 类型 |
content | 简历(base64) |
profile_content | 简历原件为null时,请取标准简历附件(base64) |
profile_type | profileContent对应文件类型(支持pdf,docx) |
profile_name | profileContent对应文件名 |
Response
{
"code": 0,
"message": "",
"data": {
"type": "pdf",
"content": "****",
"profile_content": "****",
"profile_type": "pdf",
"profile_name": "测试简历.pdf"
}
}
1
2
3
4
5
6
7
8
9
10
11
12
plaintext2
3
4
5
6
7
8
9
10
11
12
评价这篇文档
有帮助
没帮助