{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Checklists API", "version": "1.0.0" }, "items": [ { "info": { "name": "Checklists", "type": "folder" }, "items": [ { "info": { "name": "Get all checklists", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/checklists", "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": "search", "value": "", "type": "query", "description": "A text field for search the title" }, { "name": "exclude_retired", "value": "true", "type": "query", "description": "If true will exclude retired checklist" }, { "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 category numbers" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_length", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all checklists" }, { "info": { "name": "Create a checklist", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/checklists", "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 checklist" }, { "info": { "name": "Get a checklist", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/checklists/:checklist_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "checklist_id", "value": "", "type": "path", "description": "Checklist ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a checklist" }, { "info": { "name": "Update a checklist", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/checklists/:checklist_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resource names" }, { "name": "checklist_id", "value": "", "type": "path", "description": "Checklist ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a checklist" }, { "info": { "name": "Delete a checklist", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/checklists/:checklist_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "checklist_id", "value": "", "type": "path", "description": "Checklist Id." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a checklist" } ] } ], "bundled": true }