List Transactions (V3 - Paginated)
GET/api/accounting/v3/transactions
Returns a paginated list of accounting transactions using the Spatie QueryBuilder. This is the V3 replacement for the legacy DataTable index endpoint.
Authentication: Requires Bearer token
Allowed sorts: id, transaction_date, type, reference, name, total, created_at, updated_at (prefix with - for descending)
Default sort: -id (newest first)
Pagination: Default 10 per page
Request
Responses
- 200
Successful response