{ "opencollection": "1.0.0", "info": { "name": "Axiom Annotations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Annotations", "type": "folder" }, "items": [ { "info": { "name": "List annotations", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/annotations", "params": [ { "name": "datasets", "value": "", "type": "query", "description": "Comma-separated dataset names to filter by." }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] }, "docs": "List annotations, optionally filtered by dataset names and a start/end time range." }, { "info": { "name": "Create an annotation", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/v2/annotations", "body": { "type": "json", "data": "{}" } }, "docs": "Create an annotation scoped to one or more datasets and a time." }, { "info": { "name": "Get an annotation", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/annotations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Get an annotation" }, { "info": { "name": "Update an annotation", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/v2/annotations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an annotation" }, { "info": { "name": "Delete an annotation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/v2/annotations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Delete an annotation" } ] } ], "bundled": true }