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