{
"token":"b63aafa6-6148-481a-9ec6-d334aa6803b8",
"param":{
"pageSize": 20,
"pageNum": 1,
"email": null,
"isFinish": false
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/call/get-wait-message-list' \
--header 'Access-token: b63aafa6-6148-481a-9ec6-d334aa6803b8' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token":"b63aafa6-6148-481a-9ec6-d334aa6803b8",
"param":{
"pageSize": 20,
"pageNum": 1,
"email": null,
"isFinish": false
}
}'
{
"code": "0",
"message": "处理成功",
"result": {
"totalCount": 2,
"list": [
{
"id": 1534,
"content": "杨伦 提交了一个申请 “素材入库入组”,共4个素材,请审批",
"type": "MATERIAL_AUDIT",
"typeName": "素材审批",
"modelCode": "WORKFLOW",
"actionCode": "WAIT_AUDIT",
"urgentCode": "LEVEL_1",
"urgentName": "不紧急",
"businessId": 284,
"jumpUrl": "https://vms-t10.tezign.com/web/workflow/center/detail/284",
"changeStatus": null,
"hasRead": 0,
"createTime": 1634732024000,
"userId": 100041,
"createUser": 100041,
"processToDoUser": "yanglun@tezign.com",
"processCreateUser": "yanglun@tezign.com"
},
{
"id": 1533,
"content": "特赞 提交了一个申请 “无奈”,共1个素材,请审批",
"type": "MATERIAL_AUDIT",
"typeName": "素材审批",
"modelCode": "WORKFLOW",
"actionCode": "WAIT_AUDIT",
"urgentCode": "LEVEL_1",
"urgentName": "不紧急",
"businessId": 196,
"jumpUrl": "https://vms-t10.tezign.com/web/workflow/center/detail/196",
"changeStatus": null,
"hasRead": 0,
"createTime": 1628088085000,
"userId": 100041,
"createUser": 1,
"processToDoUser": "yanglun@tezign.com",
"processCreateUser": "tzvirtual1@tezign.com"
}
]
}
}