{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Incidents API", "version": "1.0.0" }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "Get all incidents", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/incidents", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "order_by", "value": "", "type": "query", "description": "The field to order the data by" }, { "name": "order", "value": "", "type": "query" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "tags_required", "value": "", "type": "query", "description": "When true, all tags must be connected to the object" }, { "name": "tags[]", "value": "", "type": "query", "description": "array of tag ids" }, { "name": "user_id", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_length", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all incidents" }, { "info": { "name": "Create an incident", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/incidents", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an incident" }, { "info": { "name": "Get an incident.", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/incidents/:incident_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "incident_id", "value": "", "type": "path", "description": "Incident ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an incident" }, { "info": { "name": "Update an incident", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/incidents/:incident_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "incident_id", "value": "", "type": "path", "description": "Incident ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an incident" }, { "info": { "name": "Delete an incident", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/incidents/:incident_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "incident_id", "value": "", "type": "path", "description": "Incident ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an incident" } ] } ], "bundled": true }