More query options for Contacts and Transactions API
D
Duff Althaus
Include query for last number of days, or add order by created/transaction date.
Log In
R
Robert Hartman
This is an important feature when querying contacts or transactions as now the API will get all transactions or contacts and this in my case takes about 2 minutes and is tying up resources on the backend. In my case, we are using an API to recall transactions from a given date range and don't need all transactions from the beginning of time. Also, this means we have to add additional code to the API to filter the data. Very inefficient.
E
Ertay Shashko
Upvoting this. Being able to filter by Last Updated At would also be very useful to ensure data is kept in sync across systems.