{ "opencollection": "1.0.0", "info": { "name": "Axiom REST Annotations Views API", "version": "1.0.0" }, "items": [ { "info": { "name": "Views", "type": "folder" }, "items": [ { "info": { "name": "List all views", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/views" }, "docs": "List all views" }, { "info": { "name": "Create view", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/views" }, "docs": "Create view" }, { "info": { "name": "Retrieve view", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/views/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve view" }, { "info": { "name": "Update view", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/views/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update view" }, { "info": { "name": "Delete view", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/views/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete view" } ] } ], "bundled": true }