{ "opencollection": "1.0.0", "info": { "name": "Axiom Annotations Virtual Fields API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Virtual Fields", "type": "folder" }, "items": [ { "info": { "name": "List virtual fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/vfields", "params": [ { "name": "dataset", "value": "", "type": "query", "description": "The dataset to list virtual fields for." } ] }, "docs": "List all virtual fields for the specified dataset." }, { "info": { "name": "Create a virtual field", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/v2/vfields", "body": { "type": "json", "data": "{}" } }, "docs": "Create a virtual field" }, { "info": { "name": "Get a virtual field", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v2/vfields/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Get a virtual field" }, { "info": { "name": "Update a virtual field", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/v2/vfields/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a virtual field" }, { "info": { "name": "Delete a virtual field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/v2/vfields/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Delete a virtual field" } ] } ], "bundled": true }