documentId:文档 IDlimit:返回条数,默认 20cursor:分页游标,原样回传上次响应的 nextCursorAuthorization: Bearer ********************curl --location 'http://10.12.186.133:30924/transpond/fileweft/documents//workflows?limit=undefined&cursor=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"ok": true,
"data": {
"items": [
{
"workflowId": "string",
"documentId": "string",
"workflowType": "string",
"state": "string",
"submittedBy": "string",
"createdTime": 0,
"updatedTime": 0,
"tasks": [
{
"taskId": "string",
"state": "string",
"createdTime": 0,
"updatedTime": 0,
"operatorId": "string",
"operatorName": "string",
"decidedTime": 0,
"comment": "string"
}
]
}
],
"nextCursor": "string"
}
}