钉钉与钉钉对接集成查询表单列表详情(宜搭)打通发起审批实例(官方)
源系统:钉钉
钉钉是阿里巴巴集团打造的企业级智能移动办公平台,是数字经济时代的企业组织协同办公和应用开发平台。钉钉将IM即时沟通、钉钉文档、钉闪会、钉盘、Teambition、OA审批、智能人事、钉工牌、工作台深度整合,打造简单、高效、安全、智能的数字化未来工作方式,助力企业的组织数字化和业务数字化。
接入系统:钉钉
钉钉(DingTalk)是阿里巴巴集团专为中国企业打造的免费沟通和协同的多端平台,提供PC版,Web版和手机版,有考勤打卡、签到、审批、日志、公告、钉盘、钉邮等强大功能。
数据接口配置
使用轻易云系统数据集成平台对应的模块:数据集成方案。然后选择开始创建数据集成方案。在方案配置表单中选择对应的源业务系统:钉钉,然后选择对应的连接器。选择对应的查询表单列表详情(宜搭)作为数据对接来源。然后再通过写入目标平台配置目标系统为钉钉,并且选择对应连接器(关于钉钉的接口如何配置可以在轻易云数据集成社区论坛中找到相关信息,选择好对应的发起审批实例(官方)接口作为数据写入动作,既可以完成第一步的数据对接配置。
钉钉接口明细
- 接口:topapi/processinstance/get
- 接口名称:查询表单列表详情(宜搭)
- 接口方法:POST
请求参数
字段 | 名称 | 类型 | 描述 |
process_code | 审批流的唯一码 | string | |
start_time | 审批实例开始时间。Unix时间戳,单位毫秒。 | string | |
end_time | 审批实例结束时间,Unix时间戳,单位毫秒 | string | |
size | 分页参数,每页大小,最多传20。 | string | |
cursor | 分页查询的游标,最开始传0,后续传返回参数中的next_cursor值。 | string | |
响应参数
字段 | 名称 | 类型 | 描述 |
费用归属项目 | 费用归属项目 | string | _autoFillResponse |
报销类别 | 报销类别 | string | _autoFillResponse |
TextNote_7L0ZKXODKW40 | TextNote_7L0ZKXODKW40 | string | _autoFillResponse |
行政报销类型 | 行政报销类型 | string | _autoFillResponse |
项目报销类型 | 项目报销类型 | string | _autoFillResponse |
报销明细 | 报销明细 | array | _autoFillResponse |
报销明细.费用发生日期 | 费用发生日期 | string | _autoFillResponse |
报销明细.报销金额(元) | 报销金额(元) | string | _autoFillResponse |
报销明细.费用明细 | 费用明细 | string | _autoFillResponse |
报销明细.项目费用明细 | 项目费用明细 | array | _autoFillResponse |
报销明细.项目费用明细.componentName | componentName | string | _autoFillResponse |
报销明细.项目费用明细.componentType | componentType | string | _autoFillResponse |
报销明细.项目费用明细.props | props | string | _autoFillResponse |
报销明细.项目费用明细.总金额 | 总金额 | string | _autoFillResponse |
报销明细.项目费用明细.关联审批单 | 关联审批单 | string | _autoFillResponse |
报销明细.项目费用明细.TextNote-KDE5B2G3 | TextNote-KDE5B2G3 | string | _autoFillResponse |
报销明细.项目费用明细.电子发票 | 电子发票 | string | _autoFillResponse |
报销明细.项目费用明细.收款账号 | 收款账号 | string | _autoFillResponse |
报销明细.项目费用明细.公司帐号付款(如需公司帐号付款请选择) | 公司帐号付款(如需公司帐号付款请选择) | string | _autoFillResponse |
报销明细.项目费用明细.报销凭证拍照上传 | 报销凭证拍照上传 | string | _autoFillResponse |
报销明细.项目费用明细.附件 | 附件 | string | _autoFillResponse |
报销明细.项目费用明细.id | id | string | _autoFillResponse |
报销明细.项目费用明细.title | title | string | _autoFillResponse |
报销明细.项目费用明细.extend | extend | object | _autoFillResponse |
报销明细.项目费用明细.extend.create_time | create_time | string | _autoFillResponse |
报销明细.项目费用明细.extend.finish_time | finish_time | string | _autoFillResponse |
报销明细.项目费用明细.extend.originator_userid | originator_userid | string | _autoFillResponse |
报销明细.项目费用明细.extend.originator_dept_id | originator_dept_id | string | _autoFillResponse |
报销明细.项目费用明细.extend.status | status | string | _autoFillResponse |
报销明细.项目费用明细.extend.result | result | string | _autoFillResponse |
报销明细.项目费用明细.extend.business_id | business_id | string | _autoFillResponse |
报销明细.项目费用明细.extend.originator_dept_name | originator_dept_name | string | _autoFillResponse |
报销明细.项目费用明细.extend.biz_action | biz_action | string | _autoFillResponse |
钉钉接口明细
- 接口:topapi/processinstance/create
- 接口名称:发起审批实例(官方)
- 接口方法:POST
请求参数
字段 | 名称 | 类型 | 描述 |
process_code | 审批流的唯一码 | string | process_code在审批流程编辑页面的URL网址中获取。 |
originator_user_id | 发起人 | string | 审批实例发起人的userid。 |
dept_id | 发起人所在部门 | string | 发起人所在的部门,如果发起人属于根部门,传-1。 |
form_component_values | 审批流表单参数 | object | |
form_component_values.项目事项 | | string | |
form_component_values.延期人 | | string | |
form_component_values.延期说明 | | string | |
form_component_values.影响KPI | | string | |
form_component_values.所在部门 | | string | |
系统打通概况
从API服务总线层面解决企业烟囱式业务系统集成现状 相互连接企业各业务系统,实现流程端到端打通,复用已有的业务系统能力,让集成架构、服务关系更清晰 使用统一的API管理平台,对API进行显性化、可视化,使所有API服务成为企业的数字资产,提升API利用率,发挥业务系统价值,实现企业IT资产的可插拔、可复用、可组成。