{ "opencollection": "1.0.0", "info": { "name": "Salesforce Analytics (CRM Analytics) REST Actions Dashboards 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": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "List dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v63.0/wave/dashboards", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search term to filter dashboards" }, { "name": "folderId", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of CRM Analytics dashboards accessible to the current user." }, { "info": { "name": "Get a dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v63.0/wave/dashboards/:dashboardId", "params": [ { "name": "dashboardId", "value": "", "type": "path" } ] }, "docs": "Returns metadata and configuration for a specific CRM Analytics dashboard, including its widgets, steps, and layout." } ] } ], "bundled": true }