Constructs an instance of this controller.
Handler of the /operations
endpoint. Returns all operations
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
PROCESSOR
The accounts controller of the app. Handles requests about accounts that are available in the database.
This controller defines the following routes:
/operations
GET
v0.1.0