{ "opencollection": "1.0.0", "info": { "name": "Cube Agents Dashboard API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "Dashboard", "type": "folder" }, "items": [ { "info": { "name": "List all dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/dashboard", "headers": [ { "name": "X-Company-ID", "value": "" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List all dashboards" }, { "info": { "name": "Create a dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.cubesoftware.com/dashboard", "headers": [ { "name": "X-Company-ID", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a dashboard" }, { "info": { "name": "Retrieve Embedded URL for the requested Cube Dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/dashboard/:dashboard_id/embed", "headers": [ { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "dashboard_id", "value": "", "type": "path", "description": "The dashboard UUID" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve the embed URL for Cube Dashboards by Dashboard ID" }, { "info": { "name": "Retrieve a dashboard by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/dashboard/:id", "headers": [ { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a dashboard by ID" }, { "info": { "name": "Update a dashboard by ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cubesoftware.com/dashboard/:id", "headers": [ { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update writable dashboard fields" }, { "info": { "name": "dashboard_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cubesoftware.com/dashboard/:id", "headers": [ { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "Set the default dashboard", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cubesoftware.com/dashboard/:id/default", "headers": [ { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "DEPRECATED. Use the more general PATCH method instead." } ] } ], "bundled": true }