List Expected Total Timeline
Returns a chronological timeline of expected total (reserve) changes for specified events.
Each entry represents a point in time when reserves were updated, including:
- The expected total at that moment
- Who made the change
- Which transaction category was affected
Use this to audit reserve history or build reserve trend visualizations.
All amounts are in cents.
Required permission: company.payment:read
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Query Parameters
Event IDs to retrieve timeline for (repeat param for multiple)
1Filter to specific transaction category IDs
Response
Timeline of expected total snapshots (sorted chronologically)
Event ID
Date of the reserve update (YYYY-MM-DD)
ISO 8601 timestamp of the activity
Transaction category ID (e.g., "alae_invoice")
Human-readable category name
Expected total amount in cents at this point in time
User ID who created the update (null if system-generated)
User name who created the update (null if user not found)
