action orthanc_server_get_modalities_id { label: "List operations on modality" description: "List the operations that are available for a DICOM modality." provider: orthanc_server method: GET path: "/modalities/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "List of the available operations" type: "object" } }