{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Alert Recipients API", "version": "1.0.0" }, "items": [ { "info": { "name": "Alert Recipients", "type": "folder" }, "items": [ { "info": { "name": "Get alert recipients", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/alert-recipients", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_length", "value": "", "type": "query" }, { "name": "address_type[]", "value": "", "type": "query", "description": "A list of address types" }, { "name": "alert_id", "value": "", "type": "query" }, { "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 model names" } ] }, "docs": "Get alert recipients" }, { "info": { "name": "Create an alert recipient", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/alert-recipients", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "array of model names" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an alert recipient" }, { "info": { "name": "Get an alert recipient", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/alert-recipients/:alert_recipient_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "array of model names" }, { "name": "alert_recipient_id", "value": "", "type": "path", "description": "Alert Recipient Id." } ] }, "docs": "Get an alert recipient" }, { "info": { "name": "Update an alert recipient", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/alert-recipients/:alert_recipient_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "alert_recipient_id", "value": "", "type": "path", "description": "Alert Recipient Id." }, { "name": "appends[]", "value": "", "type": "query", "description": "array of model names" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an alert recipient" }, { "info": { "name": "Delete an alert recipient", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/alert-recipients/:alert_recipient_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "alert_recipient_id", "value": "", "type": "path", "description": "Alert Recipient Id." } ] }, "docs": "Delete an alert recipient" } ] } ], "bundled": true }