List Passthrough Gifts for a Contact
Returns the gifts that passed through the contact on their way to another contact — for example gifts given through a donor-advised fund or an employer match. You can sort by Id, Amount, GiftDate, ReceiptDate and Batch. Use skip and take to page through the results.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
(Required) The contact identifier.
Query Parameters
The field to be sorted. Supported: Id, GiftDate, Amount, Batch, CreatedDateTime.
The direction to sort the results. Set to true to sort in descending order.
The number of records to skip. Default = 0.
The number of records to take. Default = 10.