get https://wassdev.idbanc.com/wallet/transactions/by-organization/
This endpoint retrieves transactions associated with a specific organization based on the provided organization ID.
Path Parameter
| Parameter | Type | Description |
|---|---|---|
| organizationId | string | The unique identifier of the organization for whom transactions are to be retrieved. |
Query Parameter
| Parameter | Type | Description |
|---|---|---|
| sortField | string | The field by which the transactions should be sorted (e.g., "date", "amount"). |
| sortOrder | string | The order in which transactions should be sorted ("asc" for ascending, "desc" for descending). |
| filter | string | A filter to narrow down transactions based on specific criteria (e.g., "category=food"). |
| limit | number | The maximum number of transactions to be returned per page. |
| page | number | The page number of transactions to be retrieved. |