limit:返回条数,默认 20state:工作流状态过滤(大小写不敏感,如 PENDING/APPROVED/REJECTED/WITHDRAWN)cursor:分页游标,原样回传上次响应的 nextCursorAuthorization: Bearer ********************curl --location 'http://10.12.186.133:30924/transpond/fileweft/workflows/submitted' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"ok": true,
"data": {
"items": [
{
"workflowId": "string",
"documentId": "string",
"workflowType": "string",
"state": "string",
"createdTime": 0,
"updatedTime": 0
}
],
"nextCursor": "string"
}
}