{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Instances 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": "Instances", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence List schedules for an object", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/infostore/:objectId/schedules", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "InfoObject unique identifier (CUID or SI_ID)" } ] }, "docs": "Retrieve all schedules configured for a specific InfoObject." }, { "info": { "name": "SAP Business Intelligence Schedule an object", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sapanalytics.cloud/api/v1/infostore/:objectId/schedules", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "InfoObject unique identifier (CUID or SI_ID)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new schedule for a report or program object." }, { "info": { "name": "SAP Business Intelligence List instances of an object", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sapanalytics.cloud/api/v1/infostore/:objectId/instances", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "InfoObject unique identifier (CUID or SI_ID)" }, { "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 all report instances generated from scheduling or on-demand execution." } ] } ], "bundled": true }