{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations AnalyticsReports API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AnalyticsReports", "type": "folder" }, "items": [ { "info": { "name": "Get Analytics Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/analyticsReports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[analyticsReports]", "value": "", "type": "query", "description": "the fields to include for returned resources of type analyticsReports" } ] }, "docs": "Get Analytics Reports" }, { "info": { "name": "List Related Analytics Reports / Instances", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/analyticsReports/:id/relationships/instances", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related Analytics Reports / Instances" }, { "info": { "name": "List Related Analytics Reports / Instances", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/analyticsReports/:id/instances", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "filter[granularity]", "value": "", "type": "query", "description": "filter by attribute 'granularity'" }, { "name": "filter[processingDate]", "value": "", "type": "query", "description": "filter by attribute 'processingDate'" }, { "name": "fields[analyticsReportInstances]", "value": "", "type": "query", "description": "the fields to include for returned resources of type analyticsReportInstances" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related Analytics Reports / Instances" } ] } ], "bundled": true }