action slicebox_get_images_id_attributes { label: "get_images_id_attributes" description: "list all DICOM attributes of the dataset corresponding to the supplied image ID" provider: slicebox method: GET path: "/images/{id}/attributes" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }