action id4i_read_from_microstorage { label: "Read data from microstorage" provider: id4i method: GET path: "/api/v1/microstorage/{id4n}/{organization}" encoding: json input: { type: "object" properties: { id4n: { type: "string" } organization: { type: "string" } } required: ["id4n", "organization"] additionalProperties: false } output: { type: "string" format: "byte" } }