更新任务
请求 Header :
key | value | 说明 |
Content-Type | application/json | |
X-Request-Id | 87225ad6-0d33-4b86-8962-88ea4fd8faed | 请求 ID |
X-Signature | ca8eb2b908ad3deaef7451d14edc93ca8d03a255092d1723e6a49ebfdea652d2 | 消息体的签名;用于消息有效性验证,秘钥为应用秘钥 |
X-Tenant-Id | 50c32af35a87e6b2... | 企业 ID |
X-Tenant-Type | organization |
请求 Body :
{
"orgId":"5ee1de7b1e9543425082a072",
"timestamp":1591953997091,
"event":"task.update",
"eventId":"5ee34a4d1e243defe5bf398e",
"hookId":"5ee1fbb51e243defe5bec2de",
"data":{
"new":{
"accomplishDate":"2020-06-12T09:26:37.053Z",
"isDone":1,
"updated":"2020-06-12T09:26:37.053Z"
},
"old":{
"accomplishDate":null,
"isDone":0,
"updated":"2020-06-12T08:56:20.479Z"
},
"operatorId":"5ac4a9089f8f22000108241b",
"task":{
"accomplishDate":"2020-06-12T09:26:37.053Z",
"ancestorIds":[
],
"content":"任务",
"creatorId":"5ac4a9089f8f22000108241b",
"dueDate":null,
"executorId":null,
"isDone":1,
"orgId":null,
"participants":[
"5ac4a9089f8f22000108241b"
],
"projectId":"5ee1fbd22e17ee066d1c420b",
"startDate":null,
"taskId":"5ee3433461a587075653de61",
"taskgroupId":"5ee1fbd4d8075207c931d6b0",
"tasklistId":"5ee1fbd4d8075207c931d6b1"
}
}
}
Plain Text
请求参数说明:
参数 | 说明 |
orgId | 企业 ID |
timestamp | 事件触发时间 |
event | 事件名称 |
eventId | 事件名称 |
hookId | hookID |
data | 事件消息内容 |
└ operatorId | 操作者用户 ID |
└ new | 任务更后新字段 |
└ old | 任务前后新字段 |
└ task | 任务信息 |
└ taskId | 任务 ID |
└ projectId | 项目 ID |
└ templateId | 任务类型 ID |
└ tasklistId | 任务列表 ID |
└ taskgroupId | 任务分组 ID |
└ content | 任务内容 |
└ executorId | 执行者的用户 ID |
└ statusId | 工作流状态 ID |
└ startDate | 开始时间 |
└ dueDate | 截止时间 |
└ ancestorIds | 所有祖先任务,ancestorIds[0] 为父任务,ancestorIds[1] 为父任务的父任务,以此类推 |
└ participants | 参与者的用户 ID 列表 |
└ isDone | 是否完成 |
└ creatorId | 创建人的用户 ID |
最后修改时间: 3 年前