{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Reports 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": "Reports", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence Get a report document", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/documents/:documentId", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "Report document unique identifier" } ] }, "docs": "Retrieve a specific report document with its metadata." }, { "info": { "name": "SAP Business Intelligence List report parameters", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/documents/:documentId/parameters", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "Report document unique identifier" } ] }, "docs": "Retrieve the prompt parameters for a report document." }, { "info": { "name": "SAP Business Intelligence List data providers", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/documents/:documentId/dataproviders", "params": [ { "name": "documentId", "value": "", "type": "path", "description": "Report document unique identifier" } ] }, "docs": "Retrieve data providers associated with a report document." } ] } ], "bundled": true }