HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
500 | 1002001 | 系统错误 | 请联系研发排查 |
400 | 1002002 | 参数错误 | 检查参数是否正确,例如类型,大小 |
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
}
}