action slicebox_get_metadata_images { label: "get_metadata_images" description: "Returns a list of metadata on the image level of the DICOM hierarchy" provider: slicebox method: GET path: "/metadata/images" encoding: json input: { type: "object" properties: { count: { type: "string" } seriesid: { type: "string" } startindex: { type: "string" } } required: ["seriesid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }