{ "opencollection": "1.0.0", "info": { "name": "GoodData Cloud Dashboards Execution API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Execution", "type": "folder" }, "items": [ { "info": { "name": "Execute an AFM (Analytical Foundation Model) computation.", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gooddata.com/api/v1/actions/workspaces/:workspaceId/execution/afm/execute", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The id of the workspace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Accepts an AFM execution definition and returns a result link (resultId) that can be retrieved from the execution result endpoint." }, { "info": { "name": "Retrieve the computed data for an AFM execution result.", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gooddata.com/api/v1/actions/workspaces/:workspaceId/execution/afm/execute/result/:resultId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The id of the workspace." }, { "name": "resultId", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve the computed data for an AFM execution result." } ] } ], "bundled": true }