action orthanc_server_get_plugins_explorer_js { label: "JavaScript extensions to Orthanc Explorer" description: "Get the JavaScript extensions that are installed by all the plugins using the `OrthancPluginExtendOrthancExplorer()` function of the plugin SDK. This route is for internal use of Orthanc Explorer." provider: orthanc_server method: GET path: "/plugins/explorer.js" encoding: json output: { type: "object" additionalProperties: true } }