{ "opencollection": "1.0.0", "info": { "name": "Opik REST Dashboards API", "version": "1.0.0" }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "Find dashboards", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/dashboards", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "sorting", "value": "", "type": "query" }, { "name": "filters", "value": "", "type": "query" } ] }, "docs": "Find dashboards in a workspace" }, { "info": { "name": "Create dashboard", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/dashboards", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new dashboard in a workspace" }, { "info": { "name": "Get dashboard by id", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/dashboards/:dashboardId", "params": [ { "name": "dashboardId", "value": "", "type": "path" } ] }, "docs": "Get dashboard by id" }, { "info": { "name": "Update dashboard", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:5173/api/v1/private/dashboards/:dashboardId", "params": [ { "name": "dashboardId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update dashboard by id. Partial updates are supported - only provided fields will be updated." }, { "info": { "name": "Delete dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:5173/api/v1/private/dashboards/:dashboardId", "params": [ { "name": "dashboardId", "value": "", "type": "path" } ] }, "docs": "Delete dashboard by id" }, { "info": { "name": "Delete dashboards", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/dashboards/delete-batch", "body": { "type": "json", "data": "{}" } }, "docs": "Delete dashboards batch" } ] } ], "bundled": true }