action data2crm_get_entity_collection { label: "GET for entity" description: "Returns all entities from the system" provider: data2crm method: GET path: "/application/entity/list" 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" } fields: { type: "string" } filter: { type: "string" } page: { type: "string" } page_size: { type: "string" } } required: ["X-API2CRM-APPLICATION-KEY", "X-API2CRM-USER-KEY"] additionalProperties: false } output: { type: "object" additionalProperties: true } }