action slicebox_get_boxes_incoming_id_images { label: "get_boxes_incoming_id_images" description: "get the received images corresponding to the incoming transaction with the supplied ID" provider: slicebox method: GET path: "/boxes/incoming/{id}/images" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }