{ "opencollection": "1.0.0", "info": { "name": "Axiom Annotations Dashboards API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "List dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/dashboards", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List dashboards visible to the caller. Supports limit (default 100, max 1000) and offset (default 0) pagination." }, { "info": { "name": "Create a dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/v2/dashboards", "body": { "type": "json", "data": "{}" } }, "docs": "Create a dashboard" }, { "info": { "name": "Get a dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Get a dashboard" }, { "info": { "name": "Update a dashboard", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/v2/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a dashboard" }, { "info": { "name": "Delete a dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/v2/dashboards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Delete a dashboard" } ] } ], "bundled": true }