Returns the history of the transaction bundle
Transaction bundles
Returns the history of the transaction bundle
Retrieve the complete change history for a transaction bundle. The history tracks:
- Creation and deletion of transactions, memberships, and donations
- Status changes for transactions
- All modifications made to the bundle and its components
Each history entry includes:
kind: Type of change (transaction,transaction_status,donation,membership)old: Previous state (null for creations)new: New state (null for deletions)target_id: ID of the affected item
GET
Returns the history of the transaction bundle
Documentation Index
Fetch the complete documentation index at: https://developer.qomon.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of transaction bundle for which the history should be fetched
Last modified on May 19, 2026