- All Operations
- Retrieves attachments for a specific accounts by using a unique account Id
Retrieves attachments for a specific accounts by using a unique account Id in Xero API
Input schema fieldsField Name | API Key | Type |
---|
Path Parameters | pathParameters | object | |
Account Id | pathParameters.AccountID | string | |
Query | query | object | |
Headers | headers | object | |
Output schema fieldsField Name | API Key | Type | Description |
---|
Attachments | Attachments | array of items | |
Attachment Id | item.AttachmentID | string | Unique ID for the file |
File Name | item.FileName | string | Name of the file |
Url | item.Url | string | URL to the file on xero.com |
Mime Type | item.MimeType | string | Type of file |