{ "opencollection": "1.0.0", "info": { "name": "ALTR Management Anomalies API", "version": "12.25.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "anomalies", "type": "folder" }, "items": [ { "info": { "name": "Returns an array of anomalies without full data", "type": "http" }, "http": { "method": "GET", "url": "https://altrnet.live.altr.com/api/anomalies", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query", "description": "The property on which to sort anomalies" }, { "name": "archived", "value": "", "type": "query", "description": "Whether to return only open anomalies or only archived (0 - only open anomalies, 1 - only archived anomalies)" } ] }, "docs": "Returns an array of anomalies without full data" }, { "info": { "name": "Returns an anomaly with all of its details", "type": "http" }, "http": { "method": "GET", "url": "https://altrnet.live.altr.com/api/anomalies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns an anomaly with all of its details" }, { "info": { "name": "Archives an anomaly and applies an AccessStatus to the actor", "type": "http" }, "http": { "method": "PATCH", "url": "https://altrnet.live.altr.com/api/anomalies/:id/archive", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Archives an anomaly and applies an AccessStatus to the actor" }, { "info": { "name": "Adds a note to an anomaly", "type": "http" }, "http": { "method": "POST", "url": "https://altrnet.live.altr.com/api/anomalies/:id/note", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a note to an anomaly" } ] } ], "bundled": true }