action slicebox_get_images_id_png { label: "get_images_id_png" description: "get a PNG image representation of the image corresponding to the supplied ID" provider: slicebox method: GET path: "/images/{id}/png" encoding: json input: { type: "object" properties: { framenumber: { type: "string" } id: { type: "string" } imageheight: { type: "string" } windowmax: { type: "string" } windowmin: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }