?lifecycleState=DRAFT?folderId=ese_node_xxxDRAFT / PENDING_REVIEW / REJECTED / PUBLISHING / PUBLISHED / SYNC_ERROR / HISTORY / OFFLINEnextCursor 原样回传DocumentQueryService.page(),通过 TenantProvider.currentTenant() 自动隔离 + DocumentFolderReadAccess.readableFolderIds() 作用域过滤。Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/transpond/fileweft/documents' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"items": [
{
"documentId": "string",
"documentNumber": "string",
"title": "string",
"lifecycleState": "string",
"folderId": "string",
"currentVersionId": "string",
"createdTime": 0,
"updatedTime": 0
}
],
"nextCursor": "string"
},
"ok": true
}