Back to Xero Accounting Items
Connect Knoon AI with Xero Accounting Items (Xero) to automate AI workflows.
Retrieve one Xero item by ID.
xeroAccountingItemsGetById
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| itemId | mustache | Xero Item ID. | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Primary Xero resource ID. |
| code | string | Xero code when present. |
| name | string | Primary Xero name or label when present. |
| number | string | Xero number or reference when present. |
| status | string | Xero status when present. |
| type | string | Xero type when present. |
| date | string | Primary Xero date when present. |
| updatedDateUtc | string | Updated timestamp when present. |
| raw | object | Raw Xero API object. |