- IT信息化80端口
- IT信息化8050端口
- 财务开票系统
- 精细化开放接口
- IT信息化文档
- 基本权限申请地址
- 信息化系统
- 工资表
- 总览图
- 考勤表(attend)
- 日常绩效表(daily)
- 薪资补贴表(salary)
- 提成奖金表(special)
- 五险一金表(fund)
- 奖励表(reward)
- 扣减表(cut)
- 税表(tax)
- 离职补偿表(quit)
- 劳务表(service)
- 公式和方法
- 薪资表合计方法:calculateSalaryTotal
- 旷工:calculateCountAttendAbsent
- 迟到相关运算方法:calculateCountAttendLate
- 病假:calculateCountAttendSickLeave
- 事假:calculateCountAttendThingLeave
- 入离职扣减:calculateCountAttendEntryQuit
- 试用期差额扣减 :calculateCountAttendTryReduce
- 加班薪资:calculateCountAttendOverWork
- 考勤绩效扣减:calculateCountAttendOtherReduce
- 报告绩效工资扣减:calculateReportReduce
- 研发人员职能绩效扣减:calculateStudyReduce
- 职能绩效扣减 和 商务绩效扣减:calculateReduce
- 日常绩效表-合计:calculateDailyTotal
- 日常绩效表-报告绩效奖励:calculateReportAwards
- 薪资表-合计:calculateSalaryAllowanceTotal
- 提成奖金表:calculateSpecialTotal
- 五险一金表:calculateFundTotal
- 奖励表-合计:calculateRewardTotal
- 扣减表-合计:calculateCutTotal
- 税表:calculateTax
- 离职补偿表:calculateQuit
- 劳务费表:calculateService
- 归档文件
- 其他信息化系统
HR系统-获取入职人员列表
GET
hr/open/get-entry-employee
对外开放
最后修改时间:2023-01-09 06:07:21
责任人:罗亚江
php示例: sign=md5(md5(appSecret . substr($timestamp, 0, 8)));
请求参数
Query 参数
appKey
分配的appKey
示例值:
aiChat
timestamp
必需
示例值:
1667784956
sign
生成的加密验签
示例值:
caf9f0e605c1d3d833a9220fd19091da
entryStartTime
string
入职-开始日期
示例值:
2022-10-01 00:00:00
entryEndTime
string
入职-结束日期
示例值:
2022-10-20 00:00:00
city
string
可选
示例值:
2
manageCity
string
可选
示例值:
2
Header 参数
Authorization
string
可选
默认值:
{{AUTH_TOKEN}}
Body 参数multipart/form-data
debug
string
可选
默认值:
{{DEBUG}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'hr/open/get-entry-employee?appKey=aiChat×tamp=1667784956&sign=caf9f0e605c1d3d833a9220fd19091da&entryStartTime=2022-10-01 00:00:00' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--form 'debug="{{DEBUG}}"'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {15}]
必需
name
string
姓名
userid
string
钉钉id
entry_date
string
离职日期
city
string
所属城市
city_i18n
string
所属城市名称
manage_city
string
办公城市
dept_id
string
最下一级部门
department
string
最下级部门名称
position
string
岗位
team_tag
string
团队标签
manage_city_i18n
string
办公城市名称
second_dept_name
string
必需
second_dept_id
string
上级部门
first_dept_name
string
必需
first_dept_id
string
顶层部门
示例
{
"code": 10000,
"msg": "success",
"data": [
{
"name": "张梦婷",
"userid": "091711344124255921",
"entry_date": "2022-02-24",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "650873944",
"department": "政策研究部",
"position": "",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "报告组",
"second_dept_id": "650476972",
"first_dept_name": "研究院",
"first_dept_id": "651768124"
},
{
"name": "叶小杨",
"userid": "480501221821412783",
"entry_date": "2022-02-12",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "652022025",
"department": "日报 联动组",
"position": "日报编辑实习生",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "日报组",
"second_dept_id": "651886063",
"first_dept_name": "研究院",
"first_dept_id": "651768124"
},
{
"name": "易霜",
"userid": "2153452965848745",
"entry_date": "2022-02-16",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "36284858",
"department": "人才发展部",
"position": "",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "",
"second_dept_id": "",
"first_dept_name": "",
"first_dept_id": ""
},
{
"name": "杨青",
"userid": "0568674869859370",
"entry_date": "2022-02-18",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "651388720",
"department": "开发部",
"position": "",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "行业大数据",
"second_dept_id": "651351590",
"first_dept_name": "",
"first_dept_id": ""
},
{
"name": "陈思怡",
"userid": "01122369656937758956",
"entry_date": "2022-02-21",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "60579212",
"department": "北京创新院",
"position": "科研助理",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "",
"second_dept_id": "",
"first_dept_name": "",
"first_dept_id": ""
},
{
"name": "胡端豪",
"userid": "01090636144332717820",
"entry_date": "2022-02-22",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "650908803",
"department": "效率服务部",
"position": "",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "",
"second_dept_id": "",
"first_dept_name": "",
"first_dept_id": ""
},
{
"name": "卢婷",
"userid": "4649070111684885",
"entry_date": "2022-02-24",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "650961908",
"department": "虚拟研究部",
"position": "舆情分析师实习生",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "报告组",
"second_dept_id": "650476972",
"first_dept_name": "研究院",
"first_dept_id": "651768124"
},
{
"name": "雷璇(实习生)",
"userid": "5255554222-32063388",
"entry_date": "2022-02-07",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "1,6062024,122858063,122363476",
"department": "清博武汉,报告组,媒体研究部",
"position": "",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "",
"second_dept_id": "",
"first_dept_name": "",
"first_dept_id": ""
},
{
"name": "汤雨熙(实习生)",
"userid": "69202864222007646431",
"entry_date": "2022-02-17",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "122337447",
"department": "新媒体部",
"position": "",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "",
"second_dept_id": "",
"first_dept_name": "",
"first_dept_id": ""
},
{
"name": "吴晗(实习生)",
"userid": "010321326302565152785",
"entry_date": "2022-02-21",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "60586197",
"department": "品牌运营中心",
"position": "",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "",
"second_dept_id": "",
"first_dept_name": "",
"first_dept_id": ""
},
{
"name": "罗涛(实习生)",
"userid": "01570732401863545904",
"entry_date": "2022-02-15",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "1,60586197,6062023,543869382",
"department": "清博北京,品牌部,融媒体中心",
"position": "",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "",
"second_dept_id": "",
"first_dept_name": "",
"first_dept_id": ""
},
{
"name": "马晓慧",
"userid": "01506648036538827232",
"entry_date": "2022-02-12",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "650585979",
"department": "文化组",
"position": "日报编辑实习生",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "日报组",
"second_dept_id": "651886063",
"first_dept_name": "研究院",
"first_dept_id": "651768124"
},
{
"name": "丁佳乐",
"userid": "01233429260619840766",
"entry_date": "2022-02-07",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "652022025",
"department": "日报 联动组",
"position": "日报编辑实习生",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "日报组",
"second_dept_id": "651886063",
"first_dept_name": "研究院",
"first_dept_id": "651768124"
},
{
"name": "倪德灏",
"userid": "314412695720509986",
"entry_date": "2022-02-08",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "652022025",
"department": "日报 联动组",
"position": "日报编辑实习生",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "日报组",
"second_dept_id": "651886063",
"first_dept_name": "研究院",
"first_dept_id": "651768124"
},
{
"name": "王宇彤",
"userid": "256750014529176200",
"entry_date": "2022-02-18",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "652022025",
"department": "日报 联动组",
"position": "日报编辑实习生",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "日报组",
"second_dept_id": "651886063",
"first_dept_name": "研究院",
"first_dept_id": "651768124"
},
{
"name": "王亚星",
"userid": "01435357604929075344",
"entry_date": "2022-02-22",
"city": "3",
"city_i18n": "武汉",
"manage_city": "3",
"dept_id": "652022025",
"department": "日报 联动组",
"position": "日报编辑实习生",
"team_tag": "",
"manage_city_i18n": "武汉",
"second_dept_name": "日报组",
"second_dept_id": "651886063",
"first_dept_name": "研究院",
"first_dept_id": "651768124"
}
]
}
修改于 2023-01-09 06:07:21