{ "opencollection": "1.0.0", "info": { "name": "SAP BI Tools SAP Analytics Cloud Administration 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": "Administration", "type": "folder" }, "items": [ { "info": { "name": "SAP BI Tools List available namespaces", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/administration/Namespaces", "params": [ { "name": "$format", "value": "", "type": "query", "description": "The response format (JSON or XML)" } ] }, "docs": "Retrieves a list of namespaces available for data export. The primary namespace is 'sac' which contains all SAP Analytics Cloud models." }, { "info": { "name": "SAP BI Tools List available providers (models)", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/administration/Namespaces(NamespaceID=':namespaceId')/Providers", "params": [ { "name": "namespaceId", "value": "", "type": "path", "description": "The namespace identifier (typically 'sac')" }, { "name": "$format", "value": "", "type": "query", "description": "The response format (JSON or XML)" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of records to skip for pagination" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression to apply" }, { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of properties to include" } ] }, "docs": "Retrieves a list of providers (models) available for data export within a specific namespace. Each provider represents an SAP Analytics Cloud model with its name, description, and provider ID that can be used to access its data." } ] } ], "bundled": true }