{ "opencollection": "1.0.0", "info": { "name": "Data Repair API", "version": "1.0.0" }, "items": [ { "info": { "name": "datarepair", "type": "folder" }, "items": [ { "info": { "name": "Get Auth", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:globalCompanyId/datarepair/v1/:reportSuiteId/auth", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "globalCompanyId", "value": "", "type": "path", "description": "The Global Company ID for the Adobe Analytics organization" }, { "name": "reportSuiteId", "value": "", "type": "path" } ] }, "docs": "Get Auth" }, { "info": { "name": "Get Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:globalCompanyId/datarepair/v1/:reportSuiteId/job", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "globalCompanyId", "value": "", "type": "path", "description": "The Global Company ID for the Adobe Analytics organization" }, { "name": "reportSuiteId", "value": "", "type": "path" } ] }, "docs": "Get Jobs" }, { "info": { "name": "Create Job", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.adobe.io/api/:globalCompanyId/datarepair/v1/:reportSuiteId/job", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "globalCompanyId", "value": "", "type": "path", "description": "The Global Company ID for the Adobe Analytics organization" }, { "name": "reportSuiteId", "value": "", "type": "path" }, { "name": "validationToken", "value": "", "type": "query" }, { "name": "validateOnly", "value": "", "type": "query" }, { "name": "dateRangeStart", "value": "", "type": "query" }, { "name": "dateRangeEnd", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Job" }, { "info": { "name": "Get Job", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:globalCompanyId/datarepair/v1/:reportSuiteId/job/:jobId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "globalCompanyId", "value": "", "type": "path", "description": "The Global Company ID for the Adobe Analytics organization" }, { "name": "reportSuiteId", "value": "", "type": "path" }, { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Get Job" }, { "info": { "name": "Get Server Call Estimate", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/api/:globalCompanyId/datarepair/v1/:reportSuiteId/serverCallEstimate", "headers": [ { "name": "Authorization", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "globalCompanyId", "value": "", "type": "path", "description": "The Global Company ID for the Adobe Analytics organization" }, { "name": "reportSuiteId", "value": "", "type": "path" }, { "name": "dateRangeStart", "value": "", "type": "query" }, { "name": "dateRangeEnd", "value": "", "type": "query" } ] }, "docs": "Get Server Call Estimate" } ] } ], "bundled": true }