{
"token":"b63aafa6-6148-481a-9ec6-d334aa6803b8",
"param":{
"startPoint":0,
"endPoint":10,
"type":1
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/call/notifications' \
--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":{
"startPoint":0,
"endPoint":10,
"type":1
}
}'
{
"code": "0",
"message": "处理成功",
"result": {
"totalCount": 2,
"list": [
{
"id": 638503,
"email": "tzvirtual1@tezign.com",
"content": {
"operator_id": 100041,
"projectName": "恶恶",
"operator": "杨伦"
},
"templateContent": "<span class='fw-600 active-text'>${operator}</span> 提交了一个申请 <span class='fw-600 active-text'>${projectName}</span>,请您审批",
"objType": 2,
"objId": 342,
"type": 2,
"endpoint": "https://vms-t10.tezign.com/web/workflow/center/detail/342",
"createTime": 1639133806000,
"createUserEmail": "yanglun@tezign.com"
},
{
"id": 638502,
"email": "tzvirtual1@tezign.com",
"content": {
"operator_id": 100041,
"projectName": "恶恶",
"operator": "杨伦"
},
"templateContent": "<span class='fw-600 active-text'>${operator}</span> 提交了一个申请 <span class='fw-600 active-text'>${projectName}</span>,请您审批",
"objType": 2,
"objId": 342,
"type": 2,
"endpoint": "https://vms-t10.tezign.com/web/workflow/center/detail/342",
"createTime": 1639133785000,
"createUserEmail": "yanglun@tezign.com"
}
]
}
}