action data2crm_get_entity_entity { label: "GET for entity" description: "Return entity information" provider: data2crm method: GET path: "/application/entity/{entity_id}" encoding: json input: { type: "object" properties: { "X-API2CRM-APPLICATION-KEY": { type: "string" } "X-API2CRM-DESCRIBE-LIFETIME": { type: "string" } "X-API2CRM-NATIVE-ENABLE": { type: "string" } "X-API2CRM-USER-KEY": { type: "string" } entity_id: { type: "string" } fields: { type: "string" } } required: ["X-API2CRM-APPLICATION-KEY", "X-API2CRM-USER-KEY", "entity_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }