- 公共功能
- 登录注册
- 工作区
- 邀请成员
- 通讯录(用户、部门、角色)
- 应用包
- 应用分组
- 应用
- 工作台
- 应用设置(表单引擎,流程引擎,拓展设置,应用发布)
- 应用展现层
- 列表页
- 详情页
- 公式
- 个人中心
- 企业管理
- 开放平台
- 官方网站
- 子管理员
- 报表
- 门户
- 购买相关
- OCR
- 代码生成
- 数据导入
- 流程测试
- 考勤
- 农业大屏
- 应用模板商城
- 应用包上线配置
- study
- 站内信
- sand测试流程测试模板
- 测试接口
- 响水大屏
- tplus
- 协办
- 费用管控
- 首页相关内容
- pm
- 水产养殖
- 应用商城
- 联系我们
- 图零后台管理
- 知识库
- doris相关
- Ai后台管理
- CRM二
- 自建应用设置
- EHR二期
- APP应用测试
- 未命名接口GET
- 数据上报GET
获取记录当前节点设置
开发中
GET
/apply/nodeInfo
暂无描述
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tolink.cloud/apply/nodeInfo'
返回响应
🟢200成功
application/json
Body
code
integer
示例:0
data
object
返回数据
flowNodeId
integer
节点id
flowNodeName
string
节点名称
nodeType
integer
必需
childNode
null
子节点
dealConfig
object
处理人部分设置
fieldAuth
array [object {7}]
字段权限
basicConfig
object
基础设置
advancedConfig
object
高级设置
robotConfig
object
机器人设置
hookConfig
object
webhook设置
conditionNodes
null
条件分支数组
judges
null
判断条件
msg
string
返回文字描述
示例
{
"code": 0,
"data": {
"flowNodeId": 145,
"flowNodeName": "申请人",
"nodeType": 8,
"childNode": null,
"dealConfig": {
"applyType": 1,
"forceLogin": false,
"dealUsers": {
"user": null,
"department": null,
"role": null,
"dynamic": null,
"includeSubDepartment": false
},
"chargeType": 1,
"auditType": 1,
"stepConfig": {
"stepStartUsers": {
"user": null,
"department": null,
"role": null,
"dynamic": null,
"includeSubDepartment": false
},
"endType": 1,
"dynamicEndLevel": 1,
"specifiedEndLevel": 1,
"deduplication": false,
"multiLeaderType": 1
},
"emptyUsers": {
"user": null,
"department": null,
"role": null,
"dynamic": null,
"includeSubDepartment": false
}
},
"fieldAuth": [
{
"fid": "number",
"label": "编号",
"auth": 2,
"addRow": false,
"beingFold": false,
"deleteRow": false,
"editRow": false
}
],
"basicConfig": {
"needPassword": false,
"applyPassword": "",
"applyNum": 0,
"applyNumLimit": false,
"canImport": false,
"canRevoke": false,
"canRevert": true,
"revertConfig": {
"recommitType": 1,
"scopeType": 1,
"revertScope": null
},
"collectWechat": false,
"showLog": true,
"showUrge":true,
"showRobotLog": false,
"feedback": true,
"canTransfer": true,
"transferConfig": {
"transferType": 1,
"transferUsers": {
"user": null,
"department": null,
"role": null,
"dynamic": null,
"includeSubDepartment": false
}
},
"canReject": true,
"canComment": true,
"canCustomizeBtn": false,
"btnText": {
"submit": "",
"transfer": "",
"approve": "",
"reject": "",
"revert": ""
}
},
"advancedConfig": {
"dataSource": {},
"showChart": true,
"chartConfig": {
"chartIds": null,
"limitType": 1
},
"printTpl": null,
"needSubmitCheck": 1,
"submitCheckConditions": null,
"canSign": false,
"multiDeal": false,
"canOnlinePay": false,
"onlinePayConfig": {
"payMethod": "",
"payAmountFid": "",
"payContentFid": ""
},
"showPayInfo": false,
"timeoutStatus": false,
"timeoutConfig": {
"triggerType": 1,
"triggerCompareUnit": 1,
"triggerTime": 0,
"triggerFid": "",
"triggerCompareType": 1,
"triggerNoticeTime": "",
"triggerNoticeUsers": {
"user": null,
"department": null,
"role": null,
"dynamic": null,
"includeSubDepartment": false
},
"autoCommit": false,
"canWarning": false,
"warningTimeUnit": 1,
"warningTime": 0,
"warningNoticeUsers": {
"user": null,
"department": null,
"role": null,
"dynamic": null,
"includeSubDepartment": false
}
}
},
"robotConfig": {
"filterCondition": null,
"mailContent": null,
"mailFiles": null,
"mailSender": null,
"mailTitle": null,
"msgKey": null,
"msgName": null,
"msgStatus": null,
"qrobotAddQueRelation": null,
"qrobotUpdateMissAddStatus": null,
"qrobotUpdateQueRelation": null,
"relatedAppKey": "",
"relatedAppName": ""
},
"hookConfig": {
"bodyType": 0,
"configMode": 0,
"globalAuthConfig": {
"globalAuthId": 0,
"title": ""
},
"globalWebhookSetting": {
"aliasBinding": null,
"globalWebhookConfigId": null,
"variableBinding": null
},
"headers": null,
"jsonValue": "",
"method": "",
"openAppConfig": null,
"queryParams": null,
"resultUpdDataConfig": {
"matchRule": null,
"resultType": 0,
"updateStatus": false
},
"triggerType": 0,
"url": "",
"urlEncodedValue": null,
"xmlValue": null
},
"conditionNodes": null,
"judges": null
},
"msg": "success"
}
🟢200错误