{ "opencollection": "1.0.0", "info": { "name": "Edge Delta Access Get Dashboard API", "version": "1.0" }, "items": [ { "info": { "name": "Get Dashboard", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/orgs/{org_id}/dashboards/{dashboard_id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/orgs/:org_id/dashboards/:dashboard_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Org ID" }, { "name": "dashboard_id", "value": "", "type": "path", "description": "Dashboard ID" } ] }, "docs": "Returns the dashboard for the given ID." } ] } ], "bundled": true }