{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Cloud Adobe Analytics 2.0 Activities Reports API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Adobe Analytics Adobe Experience Cloud Retrieve a Report", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.adobe.io/api/:companyId/reports", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "The global company ID for the Analytics account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submits a report request to Adobe Analytics and returns the resulting data. The request body defines the report suite, dimensions, metrics, date range, and any segment or filter criteria. Results are returned as a ranked or trended data set in JSON format." } ] } ], "bundled": true }