v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
System

Get plugin

Get system information about the plugin whose identifier is provided in the URL

get/plugins/{id}

Path parameters

idstring required

Identifier of the job of interest

Response

{"stackTrail":"paths:/plugins/{id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"JSON object containing information about the plugin","example":{"Description":"Implementation of DICOMweb (QIDO-RS, STOW-RS and WADO-RS) and WADO-URI.","ExtendsOrthancExplorer":true,"ID":"dicom-web","RootUri":"../dicom-web/app/client/index.html","Version":"1.7"}}

Example response

{
  "Description": "Implementation of DICOMweb (QIDO-RS, STOW-RS and WADO-RS) and WADO-URI.",
  "ExtendsOrthancExplorer": true,
  "ID": "dicom-web",
  "RootUri": "../dicom-web/app/client/index.html",
  "Version": "1.7"
}