Constructs an instance of this controller.
Handler of the /transactions
endpoint. Returns all transactions
that match the request query. If the query is null or not specified,
returns all documents.
The result of this endpoint can be paginated using query
parameters: pageSize
, pageNumber
. Also, it can be sorted
with query parameters: sort
, order
.
Generated using TypeDoc
DISCOVERY
The transactions controller of the app. Handles requests about transactions that are available in the database.
This controller defines the following routes:
/transactions
GET
v0.3.0