this.routes.get(
      "/:inventoryUuid",
      this.checkForManagementEventLogs,
      (req: Request, res: Response) =>
        this.handleGetInventoryEventsRequest(req, res),