Skip to content

VIP巡检人员列表

接口地址

SERVICE-ADDRESS/vip/list

方法:get

参数说明

参数 类型 是否必须 说明
appid string 唯一凭证
sign string 签名
orgFullId string 组织全路径
tenantId long 租户ID
userId long 用户ID(登录劳务产品浏览器F12可查看)
pageNum long 分页页码
pageSize long 分页大小

返回数据示例

{
    "success": true,
    "code": null,
    "message": null,
    "data": {
        "total": 61,
        "pages": 61,
        "collection": [
            {
                "id": 5007027,
                "name": "张某",
                "identificationShow": "120685199606172072",
                "companyName": "某某建设公司",
                "departmentName": "xx部门",
                "postName": "设计部/工程师",
                "recentPhoto": "https://aecloud-test.glodon.com/glm/services/download?key=worker/246798218891776/face/rdMQIK7SGD56jlVj.jpg",
                "lastInspectedTime": "2021-07-16",
                "setGrade": "劳务产品430验收租户"
            }
        ]
    }
}

返回字段说明

字段 字段名称 字段格式 备注
id id Long
name 姓名 String
identificationShow 身份证号码 String
companyName 公司名称 String
departmentName 部门名称 String
postName 岗位职务 String
recentPhoto 人员近照 String
lastInspectedTime 最近巡检日期 String
setGrade 巡检人员设置层级 String