action formapi_get_full_template { label: "Fetch the full template attributes" provider: formapi method: GET path: "/templates/{template_id}?full=true" encoding: json input: { type: "object" properties: { template_id: { type: "string" } } required: ["template_id"] additionalProperties: false } output: { type: "object" required: ["allow_additional_properties", "defaults", "demo", "description", "document_filename", "document_md5", "document_parse_error", "document_processed", "document_state", "document_url", "editable_submissions", "embed_domains", "encrypt_pdfs", "encrypt_pdfs_password", "expiration_interval", "expire_after", "expire_submissions", "field_order", "fields", "first_template", "footer_html", "header_html", "html", "id", "locked", "name", "page_count", "page_dimensions", "parent_folder_id", "path", "permanent_document_url", "public_submissions", "public_web_form", "redirect_url", "scss", "shared_field_data", "slack_webhook_url", "template_type", "webhook_url"] properties: { allow_additional_properties: { type: "boolean" } defaults: { type: "object" required: ["color", "fontSize", "typeface"] properties: { color: { type: "string" } fontSize: { type: "number" } typeface: { type: "string" } } } demo: { type: "boolean" } description: { type: "string" } document_filename: { type: "string" } document_md5: { type: "string" } document_parse_error: { type: "boolean" } document_processed: { type: "boolean" } document_state: { type: "string" } document_url: { type: "string" } editable_submissions: { type: "boolean" } embed_domains: { type: "array" items: { type: "string" } } encrypt_pdfs: { type: "boolean" } encrypt_pdfs_password: { type: "string" } expiration_interval: { type: "string" enum: ["minutes", "hours", "days"] } expire_after: { type: "number" } expire_submissions: { type: "boolean" } field_order: { type: "array" items: { type: "array" items: { type: "number" } } } fields: { type: "object" } first_template: { type: "boolean" } footer_html: { type: "string" } header_html: { type: "string" } html: { type: "string" } id: { type: "string" } locked: { type: "boolean" } name: { type: "string" } page_count: { type: "number" } page_dimensions: { type: "array" items: { type: "array" items: { type: "number" } } } parent_folder_id: { type: "string" } path: { type: "string" } permanent_document_url: { type: "string" } public_submissions: { type: "boolean" } public_web_form: { type: "boolean" } redirect_url: { type: "string" } scss: { type: "string" } shared_field_data: { type: "object" } slack_webhook_url: { type: "string" } template_type: { type: "string" } webhook_url: { type: "string" } } } }