Nico Deunk
05/23/2025, 7:05 AMAndy Carter
05/23/2025, 7:25 AMfilter
option here, meltano can manage the state of when you last queried the API, and then use that to only retrieve the changed records if you can filter via updated_at
timestamp.
https://developer.moneybird.com/api/documents_general_journal_documents/#get_documents_general_journal_documents_synchronization_example1
You're not going to be able to send the specific IDs to request without some serious dev work.Nico Deunk
05/23/2025, 7:28 AM{
"error": "Too many financial mutations to return, please use sync API"
}
Andy Carter
05/23/2025, 7:31 AMsynchronization.json?filter=period%3Athis_month
too?Andy Carter
05/23/2025, 7:32 AMperiod
filtering.Nico Deunk
05/23/2025, 7:32 AM/financial_mutations?filter=period:prev_year
results in:
{
"error": "Too many financial mutations to return, please use sync API"
}
Andy Carter
05/23/2025, 7:33 AMNico Deunk
05/23/2025, 7:33 AMAndy Carter
05/23/2025, 7:33 AMNico Deunk
05/23/2025, 7:34 AMAndy Carter
05/23/2025, 7:35 AMNico Deunk
05/23/2025, 7:37 AMNico Deunk
05/23/2025, 7:37 AM