List Event Financial Totals
Event Financials
List Event Financial Totals
Returns a paginated list of all events with their financial totals for a specific transaction type.
Each event item includes:
hasCategoryTransactions: Whether the event has any transactions of the specified type- Financial totals (reserves, owed, paid, expectedTotal) - null if no transactions exist
All amounts are in cents.
Note: Sorting is limited to createdAt only. Computed financial values cannot be sorted.
Required permission: company.payment:read
GET
List Event Financial Totals
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Transaction category identifier (e.g., "indemnity_invoice", "alae_invoice")
Query Parameters
Page number (1-based, default 1, page size 50)
Required range:
x >= 1Field to sort by (only createdAt is supported)
Available options:
createdAt Sort direction (default desc)
Available options:
asc, desc 