QuickBooks Attachments に戻る
QuickBooks Attachments (QuickBooks) と Knoon AI を接続して AI ワークフローを自動化します。
Query QuickBooks Online attachments, optionally filtered by linked entity.
quickBooksAttachableQuery
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| entityType | mustache | Optional QuickBooks entity type to filter by, e.g. Invoice, Purchase, Bill, Item, Payment. | いいえ |
| entityId | mustache | Optional QuickBooks entity ID to filter by. | いいえ |
| query | mustache | Optional full QBO query. Overrides entityType/entityId when provided. | いいえ |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| id | string | Attachable ID. |
| syncToken | string | Sync token. |
| fileName | string | Attachment file name. |
| note | string | Attachment note. |
| contentType | string | Attachment content type. |
| size | number | Attachment size in bytes. |
| fileAccessUri | string | QuickBooks file access URI. |
| tempDownloadUri | string | Temporary download URI when returned by QuickBooks. |
| thumbnailFileAccessUri | string | Thumbnail file access URI for image attachments. |
| thumbnailTempDownloadUri | string | Temporary thumbnail download URI when returned by QuickBooks. |
| createdAt | string | Creation timestamp. |
| updatedAt | string | Last updated timestamp. |
| refs | array | Linked QuickBooks entities. |




