{ "opencollection": "1.0.0", "info": { "name": "Edge Delta Access Get Dashboards API", "version": "1.0" }, "items": [ { "info": { "name": "Get Dashboards", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/orgs/{org_id}/dashboards", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/orgs/:org_id/dashboards", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Org ID" }, { "name": "include_definitions", "value": "", "type": "query", "description": "Include definitions in the response" } ] }, "docs": "Returns all dashboards of users in the org." } ] } ], "bundled": true }