{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Data Store Objects 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 Store Objects", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence List data store objects", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/RSOD_ADSO_SRV/DataStoreObjects", "params": [ { "name": "$top", "value": "", "type": "query", "description": "Maximum number of results to return (OData)" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of results to skip for pagination (OData)" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression" }, { "name": "$format", "value": "", "type": "query", "description": "Response format" } ] }, "docs": "Retrieve a list of all advanced data store objects (aDSO) in the system." }, { "info": { "name": "SAP Business Intelligence Get a data store object", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/RSOD_ADSO_SRV/DataStoreObjects(':adsoName')", "params": [ { "name": "adsoName", "value": "", "type": "path", "description": "Advanced data store object technical name" }, { "name": "$format", "value": "", "type": "query", "description": "Response format" } ] }, "docs": "Retrieve details and metadata of a specific advanced data store object." } ] } ], "bundled": true }