I’m using the API explorer and would like to pull the Account Transactions standard report with 2 extra columns selected, so I save this as a custom report Account Transactions Custom, but it is always a 404 for both standard and non-standard?
GET https://api.xero.com/api.xro/2.0/Reports/AccountTransactions = 404
GET https://api.xero.com/api.xro/2.0/Reports/AccountTransactionsCustom = 404
enter image description here
When I run GET https://api.xero.com/api.xro/2.0/Reports there are no reports found.
How can I pull the Account Transactions standard or custom report using the API?
I’m expecting the API to allow me to pull a standard or custom report by name/ID.
Shane McCall is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.