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