{ "opencollection": "1.0.0", "info": { "name": "Salesforce Analytics (CRM Analytics) REST Actions Dataflows API", "version": "63.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.salesforce.com/services/oauth2/authorize", "accessTokenUrl": "https://login.salesforce.com/services/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Dataflows", "type": "folder" }, "items": [ { "info": { "name": "List dataflows", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v63.0/wave/dataflows" }, "docs": "Returns a list of CRM Analytics dataflows (recipes). Dataflows define the ETL process for loading data into analytics datasets." }, { "info": { "name": "Get a dataflow", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v63.0/wave/dataflows/:dataflowId", "params": [ { "name": "dataflowId", "value": "", "type": "path" } ] }, "docs": "Returns the definition and metadata for a specific CRM Analytics dataflow." } ] } ], "bundled": true }