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 typeAll amounts are in cents.
Note: Sorting is limited to createdAt only. Computed financial values cannot be sorted.
Required permission: company.payment:read
Use format: ApiKey <your-api-key>
Company identifier
Transaction category identifier (e.g., "indemnity_invoice", "alae_invoice")
Page number (1-based, default 1, page size 50)
x >= 1Field to sort by (only createdAt is supported)
createdAt Sort direction (default desc)
asc, desc