{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Data Import API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.sapanalytics.cloud/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Data Import", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence List import jobs", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/dataimport/models/:modelId/jobs", "params": [ { "name": "modelId", "value": "", "type": "path", "description": "Model unique identifier" } ] }, "docs": "Retrieve all data import jobs for a specific model." }, { "info": { "name": "SAP Business Intelligence Create an import job", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sapanalytics.cloud/api/v1/dataimport/models/:modelId/jobs", "params": [ { "name": "modelId", "value": "", "type": "path", "description": "Model unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new data import job to load data into a model." }, { "info": { "name": "SAP Business Intelligence Get an import job", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/dataimport/models/:modelId/jobs/:jobId", "params": [ { "name": "modelId", "value": "", "type": "path", "description": "Model unique identifier" }, { "name": "jobId", "value": "", "type": "path", "description": "Import job unique identifier" } ] }, "docs": "Retrieve status and details of a specific data import job." } ] } ], "bundled": true }