action data2crm_get_platform_collection { label: "GET for platform" description: "Returns all platforms from the system" provider: data2crm method: GET path: "/platform/list" encoding: json input: { type: "object" properties: { "X-API2CRM-USER-KEY": { type: "string" } fields: { type: "string" } page: { type: "string" } page_size: { type: "string" } sort: { type: "string" } } required: ["X-API2CRM-USER-KEY"] additionalProperties: false } output: { type: "object" additionalProperties: true } }