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