{ "opencollection": "1.0.0", "info": { "name": "Axiom Annotations Starred Queries API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Starred Queries", "type": "folder" }, "items": [ { "info": { "name": "List starred queries", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/starred", "params": [ { "name": "dataset", "value": "", "type": "query" } ] }, "docs": "List saved (starred) APL queries." }, { "info": { "name": "Create a starred query", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/v2/starred", "body": { "type": "json", "data": "{}" } }, "docs": "Create a starred query" }, { "info": { "name": "Get a starred query", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/starred/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Get a starred query" }, { "info": { "name": "Update a starred query", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/v2/starred/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a starred query" }, { "info": { "name": "Delete a starred query", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/v2/starred/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Delete a starred query" } ] } ], "bundled": true }