Support for updated_since date filter

Hi All,

As requested, we have added a new updated_since date filter to the following endpoints:

  • /v2/invoices
  • /v2/bills
  • /v2/timeslips
  • /v2/estimates
  • /v2/expenses
  • /v2/bank_transactions
  • /v2/bank_transaction_explanations

Example usage:

GET https://api.freeagent.com/v2/invoices?updated_since=2017-05-22T09:00:00.000Z

This allows you to do a delta extract of changed resources with fewer API calls.

Hope that helps.

Regards,
Anup

1 Like