action data2crm_get_field_collection { label: "GET for field" description: "Returns all fields from the system" provider: data2crm method: GET path: "/application/field/list" encoding: json input: { type: "object" properties: { "X-API2CRM-APPLICATION-KEY": { type: "string" } "X-API2CRM-DESCRIBE-LIFETIME": { 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 } }