action apacta_get_forms_view_time_form_pdf_form_id { label: "Generate time form pdf" provider: apacta method: GET path: "/forms/view_time_form_pdf/{form_id}" encoding: json input: { type: "object" properties: { form_id: { type: "string" } } required: ["form_id"] additionalProperties: false } output: { type: "object" properties: { data: { type: "array" items: { type: "string" } } success: { type: "boolean" } } } }