获取投递信息
GET
/open-apis/hire/v1/applications/{application_id}
自建应用商店应用
错误码
HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
500 | 1002001 | 系统错误 | 请联系研发排查 |
400 | 1002002 | 参数错误 | 检查参数是否正确,例如类型,大小 |
请求示 例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.feishu.cn/open-apis/hire/v1/applications/6949805467799537964' \
--header 'Authorization;'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": {
"application": {
"id": "6949805467799537964",
"job_id": "6843547872837273223",
"talent_id": "6843547872837273223",
"resume_resource_id": "6583482347283472832",
"stage": {
"id": "614218419274131",
"zh_name": "面试",
"en_name": "Interview",
"type": 1
},
"active_status": 1,
"delivery_type": 1,
"resume_source_info": {
"id": "614218419274131",
"name": {
"zh_cn": "测试",
"en_us": "test"
},
"resume_source_type": 10002
},
"website_resume_source": {
"website_id": "614218419274131",
"website_name": {
"zh_cn": "测试",
"en_us": "test"
},
"channel": {
"channel_id": "777218419274131",
"channel_name": {
"zh_cn": "测试",
"en_us": "test"
}
}
},
"talent_attachment_resume_id": "6960663240925956415",
"create_time": "1632990774278",
"modify_time": "1634801678103",
"stage_time_list": [
{
"stage_id": "614218419274131",
"enter_time": "1632991542615",
"exit_time": "1631509574398"
}
],
"termination_type": 1,
"termination_reason_list": [
"1"
],
"termination_reason_note": "其他投递已入职",
"application_preferred_city_list": [
{
"code": "1111",
"name": {
"zh_cn": "测试",
"en_us": "test"
}
}
]
}
}
}
请求参数
Path 参数
application_id
string
必需
示例值:
6949805467799537964
Header 参数
Authorization
string
必需
默认值:
Bearer {{access_token}}
返回响应
修改于 2023-02-07 06:37:35