Accounting reporting π
To establish accounting reporting automation with our API, here is the preferred user experience π
- Perform a first data extract, using our exports endpointsor datasharing
- You can then rely on our changelog to retrieve only the accounting lines that have been modified since your extraction. You can filter by date.
- The changelog gives you the id of the ledger entry line that was modified. You can retrieve it here.
It is not recommended to fetch all ledger entry lines on a regular basis, as it could cause time outs in the case your company has a high volume of ledger entries. Please use the data exports to retrieve all entries and then rely on the changelog to retrieve only the differential data.
Updated 2 days ago