Back to Xero Accounting Manual Journals
Connect Knoon AI with Xero Accounting Manual Journals (Xero) to automate AI workflows.
Retrieve Xero manual journals.
xeroAccountingManualJournalsGet
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| where | mustache | Optional Xero where filter expression. | No |
| order | mustache | Optional Xero order expression. | No |
| ifModifiedSince | mustache | Optional RFC 3339 / ISO timestamp for the If-Modified-Since header. | No |
| page | mustache | Optional page number. | No |
| summaryOnly | boolean | Optional boolean value. | No |
| unitdp | mustache | Optional Xero unitdp query parameter. | No |
| searchTerm | mustache | Optional search term for resources that support it. | No |
| paramsJson | mustache | Optional JSON object of extra query params forwarded to Xero. | No |
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. |