Options
All
  • Public
  • Public/Protected
  • All
Menu
label

PROCESSOR

description

The accounts controller of the app. Handles requests about accounts that are available in the database.

This controller defines the following routes:

URI HTTP method Class method Description
/operations GET find Responds with a pageable PaginatedResultDTO that contains OperationDTO objects.


since

v0.1.0

Hierarchy

  • OperationsController

Index

Constructors

Methods

Constructors

Methods

  • 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.

    async
    access

    public

    method

    GET

    Parameters

    Returns Promise<PaginatedResultDTO<OperationDTO>>

Generated using TypeDoc