action data2crm_get_field_item_count_collection { label: "COUNT for fieldItem" description: "Count all field items from the system" provider: data2crm method: GET path: "/application/field/{field_id}/count" encoding: json input: { type: "object" properties: { "X-API2CRM-APPLICATION-KEY": { type: "string" } "X-API2CRM-USER-KEY": { type: "string" } field_id: { type: "string" } } required: ["X-API2CRM-APPLICATION-KEY", "X-API2CRM-USER-KEY", "field_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }