action data2crm_get_application_entity { label: "GET for application" description: "Return application information" provider: data2crm method: GET path: "/application/{key}" encoding: json input: { type: "object" properties: { "X-API2CRM-USER-KEY": { type: "string" } fields: { type: "string" } key: { type: "string" } } required: ["X-API2CRM-USER-KEY", "key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }