{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Cloud Adobe Analytics 2.0 Activities Projects API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Adobe Analytics Adobe Experience Cloud List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:companyId/projects", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of Analysis Workspace projects accessible to the authenticated user. Each entry includes the project ID, name, owner, and modification date." }, { "info": { "name": "Adobe Analytics Adobe Experience Cloud Get a Project", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:companyId/projects/:projectId", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Retrieves the full definition and metadata for a single Analysis Workspace project identified by its project ID." } ] } ], "bundled": true }