action apacta_get_driving_types_driving_type_id { label: "View driving type" provider: apacta method: GET path: "/driving_types/{driving_type_id}" encoding: json input: { type: "object" properties: { driving_type_id: { type: "string" } } required: ["driving_type_id"] additionalProperties: false } output: { type: "object" } }