Get All Transactions
Retrieve a list of accounting transactions with filtering and pagination options.
Method: GET
Query Parameters:
Parameter | Type | Description |
---|---|---|
q | string | Search query |
page | integer | Page number for pagination |
size | integer | Number of items per page |
sort | string | Field to sort by |
order | string | Sort order (asc/desc) |
type | string | Filter by transaction type |
status | string | Filter by transaction status |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Search query
Page number
Items per page
Sort field
Sort order
asc
, desc
Transaction type filter
Transaction status filter
Transactions retrieved successfully
The response is of type object
.