{ "opencollection": "1.0.0", "info": { "name": "SAP BI Tools SAP Analytics Cloud Administration Fact Data 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": "Fact Data", "type": "folder" }, "items": [ { "info": { "name": "SAP BI Tools Get fact data from a model", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/providers/sac/:modelId/FactData", "params": [ { "name": "modelId", "value": "", "type": "path", "description": "The unique provider (model) identifier" }, { "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" }, { "name": "$orderby", "value": "", "type": "query", "description": "Property name and direction to sort by" } ] }, "docs": "Retrieves fact data (transactional records) from a specific SAP Analytics Cloud model. Fact data includes dimension member values and measure values. Supports OData query parameters for filtering, selecting specific columns, ordering, and pagination." } ] } ], "bundled": true }