action apacta_get_invoice_line_text_template_invoice_line_text_template_id { label: "Get a single invoice line text template" provider: apacta method: GET path: "/invoice_line_text_template/{invoice_line_text_template_id}" encoding: json output: { type: "object" properties: { data: { type: "object" properties: { company_id: { type: "string" format: "uuid" } created: { type: "string" format: "dateTime" } created_by_id: { type: "string" format: "uuid" } deleted: { type: "string" format: "dateTime" description: "Only present if it's a deleted object" } html: { type: "string" } id: { type: "string" format: "uuid" } image: { type: "string" } modified: { type: "string" format: "dateTime" } } } success: { type: "boolean" } } } }