Function getHandler

  • getHandler - Get Documents, supports projection , skip and limit. skip defaulted to 0 and limit defaulted to 10

    Parameters

    • req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>

      Request

    • res: Response<any, Record<string, any>>

      Response

    • next: NextFunction

      NextFunction

    Returns Promise<void>

Generated using TypeDoc