get_constituent_gifts
get_constituent_giftsFetch a donor's gift history sorted from newest to oldest by providing the constituent ID, with options to limit results and paginate.
Instructions
List the giving history for one constituent, most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | LGL constituent id. | |
| limit | No | Max results (default 25, max 100). | |
| offset | No | Number of results to skip, for paging. | |
| verbose | No | Return the full, untrimmed LGL object instead of the compact summary. |