{ "opencollection": "1.0.0", "info": { "name": "FireHydrant REST Audits Incidents API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "List incidents", "type": "http" }, "http": { "method": "GET", "url": "https://api.firehydrant.io/v1/incidents", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "severity", "value": "", "type": "query" } ] }, "docs": "List incidents" }, { "info": { "name": "Declare an incident", "type": "http" }, "http": { "method": "POST", "url": "https://api.firehydrant.io/v1/incidents", "body": { "type": "json", "data": "{}" } }, "docs": "Declare an incident" }, { "info": { "name": "Retrieve an incident", "type": "http" }, "http": { "method": "GET", "url": "https://api.firehydrant.io/v1/incidents/:incident_id", "params": [ { "name": "incident_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an incident" }, { "info": { "name": "Update an incident", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.firehydrant.io/v1/incidents/:incident_id", "params": [ { "name": "incident_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an incident" }, { "info": { "name": "Archive an incident", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.firehydrant.io/v1/incidents/:incident_id", "params": [ { "name": "incident_id", "value": "", "type": "path" } ] }, "docs": "Archive an incident" }, { "info": { "name": "Close an incident", "type": "http" }, "http": { "method": "PUT", "url": "https://api.firehydrant.io/v1/incidents/:incident_id/close", "params": [ { "name": "incident_id", "value": "", "type": "path" } ] }, "docs": "Close an incident" }, { "info": { "name": "Add an incident note", "type": "http" }, "http": { "method": "POST", "url": "https://api.firehydrant.io/v1/incidents/:incident_id/notes", "params": [ { "name": "incident_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an incident note" }, { "info": { "name": "List events for an incident", "type": "http" }, "http": { "method": "GET", "url": "https://api.firehydrant.io/v1/incidents/:incident_id/events", "params": [ { "name": "incident_id", "value": "", "type": "path" } ] }, "docs": "List events for an incident" } ] } ], "bundled": true }