dataocean触发平台应用消息提醒
POST
/openApi/post/datacenter2/platformmsgremind
后端接口/数据流
请求参数
Body 参数application/json
entId
string
企业Id
userId
string
用户Id
module
string
必需
appId
string
应用Id
type
string
事件类型
tableId
array[string]
表Id
recordId
array[integer]
记录Id
isSlave
integer
必需
time
string
消息生产时间戳
instanceId
integer
可选
backoffType
string
可选
nodeKey
string
流程节点key
nodeTitle
string
流程节点名称
nodekId
integer
流程节点实例
version
integer
可选
consignToUserId
string
可选
masterId
integer
主表ID
action
string
可选
示例
{
"entId": "preCeShiQiYe",
"userId": "admin_pretest",
"module": "information",
"appId": "jiandandfyingyong",
"type": "add",
"tableId": [
"eolinkdfzhubiao"
],
"recordId": [
3
],
"isSlave": "0",
"time": "1648627781609"
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
result
string
必需
status
integer
必需
示例
{
"code": 0,
"message": "string",
"result": "string",
"status": 0
}
修改于 2023-05-11 08:54:08