接口 IdentityApi


  • public interface IdentityApi
    流转用户信息接口
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/19
    • 方法详细资料

      • getIdentityLinksForTask

        @GetMapping("/getIdentityLinksForTask")
        net.risesoft.pojo.Y9Result<List<IdentityLinkModel>> getIdentityLinksForTask​(@RequestParam("tenantId")
                                                                                    String tenantId,
                                                                                    @RequestParam("taskId")
                                                                                    String taskId)
        获取任务的用户信息
        参数:
        tenantId - 租户id
        taskId - 任务id
        返回:
        Y9Result<List<IdentityLinkModel>> 通用请求返回对象 - data 历任务的用户信息
        从以下版本开始:
        9.6.6