{ "opencollection": "1.0.0", "info": { "name": "Moody's Analytics Developer Platform Authentication Jobs API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.economy.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Moody's Submit Analysis Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.economy.com/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Submits an asynchronous analysis job (e.g. an ImpairmentStudio run, a Data Buffet bulk order, or a Scenario Studio scenario generation). Returns the job identifier used to poll status and download output." }, { "info": { "name": "Moody's Get Job Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.economy.com/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The identifier of an analysis job." } ] }, "docs": "Returns the current status of an analysis job." }, { "info": { "name": "Moody's Download Job Output", "type": "http" }, "http": { "method": "GET", "url": "https://api.economy.com/jobs/:jobId/output", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The identifier of an analysis job." } ] }, "docs": "Downloads the binary or JSON output of a completed analysis job." } ] } ], "bundled": true }