API Supporting Querying Transactions By Date
P
PowerBi US
API supports querying transactions by date with appropriate syntax. They would also like to be able to use parameters for pagination.
Log In
E
Eric Guthmann
I'd like to second this request. In addition, it would be good to add the same filters on last modified date and created on date. Last modified date is absolutely necessary for our integration scenario. It allows picking up transactions that may have been modified since we last connected. Finally, on campaignId as well.
P
PowerBi US
Related Feature Request Feedback: https://community.givebutter.com/integration-requests/p/more-query-options-for-contacts-and-transactions-api
P
PowerBi US
A bit more context for our request: Currently the GET TRANSACTIONS API allows for a single parameter which is scope:<string>. I'm asking for the ability to have date parameters to pre filter the API results. This would allow for things like giftDate greaterThan(orEqual)..... giftDate lessThan(orEqual)..... giftDate equal ...... Currently we have to pull ALL gifts via the API and filter after. It would be more efficient to only pull gifts we want like gifts in the last week or last month.