{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Spaces 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": "Spaces", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence List spaces", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/spaces", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve a list of all spaces the authenticated user has access to." }, { "info": { "name": "SAP Business Intelligence Create a space", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sapanalytics.cloud/api/v1/spaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Datasphere space with specified configuration." }, { "info": { "name": "SAP Business Intelligence Get a space", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/spaces/:spaceId", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "Space unique identifier" } ] }, "docs": "Retrieve details of a specific Datasphere space." }, { "info": { "name": "SAP Business Intelligence Update a space", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.sapanalytics.cloud/api/v1/spaces/:spaceId", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "Space unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update properties of an existing Datasphere space." }, { "info": { "name": "SAP Business Intelligence Delete a space", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.sapanalytics.cloud/api/v1/spaces/:spaceId", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "Space unique identifier" } ] }, "docs": "Delete an existing Datasphere space and its contents." } ] } ], "bundled": true }