interface ApiTemplateIoNodeParameters {
binaryProperty?: string;
download?: boolean;
imageTemplateId?: string;
jsonParameters?: boolean;
operation?: "create" | "get";
options?: { fileName?: string };
overridesJson?: string;
overridesUi?: {
overrideValues: {
propertiesUi?: {
propertyValues: { key?: string; value?: string }[];
};
}[];
};
pdfTemplateId?: string;
propertiesJson?: string;
propertiesUi?: {
propertyValues: { key?: string; value?: string }[];
};
resource?: "account"
| "image"
| "pdf";
}Properties§
§§§§§§§§
readonly binary Property?: string§
readonly download?: booleanName of the binary property to which to write the data of the read file
readonly image Template Id?: stringID of the image template to use. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getImageTemplates"}
readonly json Parameters?: boolean§readonly operation?: "create" | "get"Default: "create"
readonly options?: { ... }Default: {}
readonly overrides Json?: string§readonly overrides Ui?: { ... }Default: {} Type options: {"multipleValues":true}
readonly pdf Template Id?: stringID of the PDF template to use. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getPdfTemplates"}
readonly properties Json?: string§readonly properties Ui?: { ... }Default: {} Type options: {"multipleValues":true}
readonly resource?: "account" | "image" | "pdf"Default: "image"
Default: "data"