返回 Xero Accounting Attachments
将 Knoon AI 与 Xero Accounting Attachments (Xero) 连接以自动化 AI 工作流。
Download a Xero attachment by attachment ID and return it as a knoon attachment.
xeroAccountingAttachmentsGetById
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| entityType | string | Supported Xero accounting resource type. | 是的 |
| entityId | mustache | Xero entity ID. | 是的 |
| attachmentId | mustache | Xero attachment ID. | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | DONE when successful. |
| content | string | Knoon attachment. |
| sensitive.name | string | Saved file name. |
| sensitive.mimeType | string | Saved mime type. |
| sensitive.size | string | Saved file size. |










