Options
All
  • Public
  • Public/Protected
  • All
Menu

Module routes/followup

Index

Functions

  • getFollowup(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>): Promise<Responses.SingleFollowup>
  • Attempts to get a single followup.

    Parameters

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

      The Express.js request to extract all required data from.

    Returns Promise<Responses.SingleFollowup>

    See the API documentation. Successes are passed using Promise.resolve, failures using Promise.reject.

  • getRouter(): Router
  • updateFollowup(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>): Promise<Responses.SingleFollowup>
  • Attempts to update a single followup.

    Parameters

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

      The Express.js request to extract all required data from.

    Returns Promise<Responses.SingleFollowup>

    See the API documentation. Successes are passed using Promise.resolve, failures using Promise.reject.

Generated using TypeDoc