# ServerApi ## BackendApi The BackendApi object is used for interacting with everything related to the Dragonroll backend. It is passed to the `Main` function at the entrypoint defined in the [plugin.json](/plugin/plugin.json) file ### router ### socket ### createModel ### createModule ## BackendRouter ### get ### post ### put ### delete ### createModelRoutes ## BackendModule ### router ### socket ### createModel ## BackendModel ### find ### findOne ### findById ### create ### updateOne ### updateMany