ManualJournals to have the DATE field as an optimised filter
With the introduction of the MANDATORY OPTIMISED FILTERS, some Xero customers that raise many ManualJournals can no longer access them via the API because the DATE field is not included as an optimised filter.
It's imperitive to be able to filter all transactions by date.
As such, all endpoints should have DATE field optimised.
This ensures we can do things like the follow snippet to pull a single month of data without it putting strain on the xero servers.
?where=(date >= DateTime(2025,02,01) and Date <= DateTime(2025,02,28))&page=1
1
vote
