获取投递列表
GET
/open-apis/hire/v1/applications
自建应用商店应用
错误码
HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
500 | 1002001 | 系统错误 | 请联系研发排查 |
400 | 1002002 | 参数错误 | 检查参数是否正确,例如类型,大小 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.feishu.cn/open-apis/hire/v1/applications?process_id=6960663240925956554&stage_id=614218419274131&talent_id=6891560630172518670&active_status=1&page_token=1&page_size=100&update_start_time=1618500278663&update_end_time=1618500278663&job_id=7334134355464633' \
--header 'Authorization;'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": {
"items": [
"6891560630172518670"
],
"page_token": "1",
"has_more": true
}
}
请求参数
Query 参数
process_id
string
可选
示例值:
6960663240925956554
stage_id
string
可选
示例值:
614218419274131
talent_id
string
可选
示例值:
6891560630172518670
active_status
string
可选
示例值:
1
page_token
string
可选
示例值:
1
page_size
integer
可选
示例值:
100
update_start_time
string
可选
示例值:
1618500278663
update_end_time
string
可选
示例值:
1618500278663
job_id
string
职位 ID
示例值:
7334134355464633
Header 参数
Authorization
string
必需
默认值:
Bearer {{access_token}}
返回响应
修改于 2023-02-07 06:38:48