action id4i_read_public_document { label: "Read public document contents" provider: id4i method: GET path: "/api/v1/public/documents/{id4n}/{organizationId}/{fileName}" encoding: json input: { type: "object" properties: { fileName: { type: "string" } id4n: { type: "string" } organizationId: { type: "string" } } required: ["fileName", "id4n", "organizationId"] additionalProperties: false } output: { type: "string" format: "byte" } }