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
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.