{ "opencollection": "1.0.0", "info": { "name": "SAP BI Tools SAP Analytics Cloud Administration InfoStore API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize", "accessTokenUrl": "https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "InfoStore", "type": "folder" }, "items": [ { "info": { "name": "SAP BI Tools Get InfoStore root", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/v1/infostore", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Retrieves the root entry of the InfoStore repository. The InfoStore is the central object repository of the BI Platform containing all documents, folders, users, and other managed objects." }, { "info": { "name": "SAP BI Tools Get an InfoStore object by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/v1/infostore/:objectId", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "objectId", "value": "", "type": "path", "description": "The CMS object identifier" } ] }, "docs": "Retrieves a specific object from the InfoStore repository by its unique CMS object identifier. Returns the object metadata including name, type, creation date, and parent folder." }, { "info": { "name": "SAP BI Tools List children of an InfoStore object", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/v1/infostore/:objectId/children", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "objectId", "value": "", "type": "path", "description": "The CMS object identifier" }, { "name": "page", "value": "", "type": "query", "description": "The page number for pagination (1-based)" }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of items per page" } ] }, "docs": "Retrieves the child objects of a specific InfoStore folder or container object. Supports pagination with page and pageSize query parameters. Commonly used to browse the folder hierarchy." } ] } ], "bundled": true }