{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Stories 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": "Stories", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence List stories", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/stories", "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" }, { "name": "search", "value": "", "type": "query", "description": "Search stories by name" } ] }, "docs": "Retrieve a list of all analytics stories accessible to the authenticated user." }, { "info": { "name": "SAP Business Intelligence Create a story", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sapanalytics.cloud/api/v1/stories", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new analytics story with specified configuration and layout." }, { "info": { "name": "SAP Business Intelligence Get a story", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/stories/:storyId", "params": [ { "name": "storyId", "value": "", "type": "path", "description": "Story unique identifier" } ] }, "docs": "Retrieve details of a specific analytics story including its pages and widgets." }, { "info": { "name": "SAP Business Intelligence Update a story", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.sapanalytics.cloud/api/v1/stories/:storyId", "params": [ { "name": "storyId", "value": "", "type": "path", "description": "Story unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update properties of an existing analytics story." }, { "info": { "name": "SAP Business Intelligence Delete a story", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.sapanalytics.cloud/api/v1/stories/:storyId", "params": [ { "name": "storyId", "value": "", "type": "path", "description": "Story unique identifier" } ] }, "docs": "Delete an existing analytics story." }, { "info": { "name": "SAP Business Intelligence Publish a story", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sapanalytics.cloud/api/v1/stories/:storyId/publish", "params": [ { "name": "storyId", "value": "", "type": "path", "description": "Story unique identifier" } ] }, "docs": "Publish an analytics story to make it available to other users." } ] } ], "bundled": true }