- 开放平台须知
- 开放平台接口
- 巡检
- 主数据
- 训练
- 费用单
- 表单
查询所有员工
POST
/{{route}}/md/open/employeeList/list
开放平台
最后修改时间:2024-09-05 02:13:25
请求参数
Query 参数
version
string
必需
示例值:
1
Header 参数
Authorization
string
必需
示例值:
{{Authorization}}
ent
string
可选
默认值:
{{ent}}
Content-Type
string
可选
默认值:
application/json
Body 参数application/json
organizeId
number
组织机构ID
pageNumber
integer
当前页码
pageSize
integer
每页容量
searchEmp
string
员工姓名/员工编码
employeeType
integer
必需
storeCode
string
门店编码
fullName
string
门店名称
phone
string
手机号
currentlyPlace
string
现住址
certCode
string
身份证
startDate
string
可选
endDate
string
可选
birstartDate
string
可选
birendDate
string
可选
noStore
integer
可选
示例
{
"storeCode":"",
"birstartDate":"",
"searchEmp":"",
"fullName":"",
"employeeType":0,
"birendDate":"",
"notStore":null,
"organizeId":"",
"currentlyPlace":"",
"certCode":"",
"statusDate":"",
"phone":"",
"endDate":"",
"pageNumber":1,
"pageSize":10
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/{{route}}/md/open/employeeList/list?version=1&version=' \
--header 'Authorization: {{Authorization}}' \
--header 'ent: {{ent}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeCode":"",
"birstartDate":"",
"searchEmp":"",
"fullName":"",
"employeeType":0,
"birendDate":"",
"notStore":null,
"organizeId":"",
"currentlyPlace":"",
"certCode":"",
"statusDate":"",
"phone":"",
"endDate":"",
"pageNumber":1,
"pageSize":10
}'
返回响应
🟢200成功
application/json
Body
status
integer
必需
message
string
可选
data
object
必需
employeeId
number
员⼯ID
employeeName
string
员工姓名
employeeCode
string
员⼯编码
phone
string
电话号码
fullName
string
所属门店全称
roleName
string
所属岗位名称
sex
string
性别
healthStatus
string
必需
idcardStatus
string
必需
workStatus
string
必需
organizeName
string
所属组织名称
nameLink
string
所属组织名称全称
certCode
string
身份证号码
birthday
string
出⽣⽇期
entryDate
string
⼊职⽇期
currentlyPlace
string
现住址
roleCode
string