action slicebox_get_anonymization_keys { label: "get_anonymization_keys" description: "get a list of anonymization keys, each specifying how vital DICOM attributes have been anonymized for a particular image" provider: slicebox method: GET path: "/anonymization/keys" encoding: json input: { type: "object" properties: { count: { type: "string" } filter: { type: "string" } orderascending: { type: "string" } orderby: { type: "string" } startindex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }