{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Cloud Adobe Analytics 2.0 Activities Metrics API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Adobe Analytics Adobe Experience Cloud List Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:companyId/metrics", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "rsid", "value": "", "type": "query", "description": "Report suite ID." } ] }, "docs": "Returns all available metrics for a specified report suite. Each metric includes its ID, name, description, data type, and polarity." } ] } ], "bundled": true }