{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Maintenance Schedules (Beta) API", "version": "1.0.0" }, "items": [ { "info": { "name": "Maintenance Schedules (Beta)", "type": "folder" }, "items": [ { "info": { "name": "Get all schedules", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/schedules", "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": "page", "value": "", "type": "query" }, { "name": "page_length", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all schedules" }, { "info": { "name": "Create a schedule", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/schedules", "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 a schedule" }, { "info": { "name": "Get single schedule", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/schedules/:schedule_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "schedule_id", "value": "", "type": "path", "description": "Schedule ID" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get single schedule" }, { "info": { "name": "Update a schedules", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/schedules/:schedule_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "schedule_id", "value": "", "type": "path", "description": "Schedule ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a schedules" }, { "info": { "name": "Delete a schedule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/schedules/:schedule_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "schedule_id", "value": "", "type": "path", "description": "Schedule ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a schedule" } ] } ], "bundled": true }