| 状态 | 条件 |
|---|---|
| 起草中 | lifecycle=DRAFT |
| 待审批 | lifecycle=PENDING_REVIEW |
| 已打回 | lifecycle=REJECTED |
| 已撤回 | lifecycle=WITHDRAWN |
| 已发布 | PUBLISHED + ESE SUCCEEDED + ese_file 有记录 |
| ESE解析中 | PUBLISHED + ESE SUCCEEDED + ese_file 无记录(≤10分钟同步窗口) |
| 投递中 | PUBLISHED + 投递进行中 |
| 投递失败 | PUBLISHED + 投递失败 |
| 已下线 | lifecycle=OFFLINE |
Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/transpond/fileweft/documents//info' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"ok": true,
"data": {
"documentId": "string",
"documentNumber": "string",
"title": "string",
"lifecycleState": "string",
"folderId": "string",
"displayState": "string",
"file": {
"fileName": "string",
"docType": "string",
"fileSize": 0,
"downloadUrl": "string",
"previewUrl": "string",
"eseNodeId": 0,
"coverUrl": "string"
},
"targets": [
{
"targetId": "string",
"connectorId": "string",
"displayName": "string",
"deliveryStatus": "string",
"removalStatus": "string",
"updatedTime": 0,
"lastError": "string",
"remoteNodeId": "string",
"remoteDocumentId": "string",
"remoteDeleteId": "string",
"remoteDatasetId": "string",
"remoteDepartmentId": "string",
"remoteBatchId": "string"
}
]
}
}