{ "opencollection": "1.0.0", "info": { "name": "Aloft API V1 Accounts Activity API", "version": "1.0.0" }, "items": [ { "info": { "name": "Activity", "type": "folder" }, "items": [ { "info": { "name": "Get all activities", "type": "http" }, "http": { "method": "GET", "url": "https://api.aloft.ai/v1/account/:account_id/:resource/:id/activity", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "resource", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resources" }, { "name": "order_by", "value": "", "type": "query", "description": "The field to order the data by" }, { "name": "order", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets activities for a specific resource." }, { "info": { "name": "Create an activity.", "type": "http" }, "http": { "method": "POST", "url": "https://api.aloft.ai/v1/account/:account_id/:resource/:id/activity", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "resource", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resources" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an activity for the specified resource." }, { "info": { "name": "Update an activity.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aloft.ai/v1/account/:account_id/:resource/:id/activity/:activity_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "resource", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "activity_id", "value": "", "type": "path" }, { "name": "appends[]", "value": "", "type": "query", "description": "Array of appendable resources" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an activity" }, { "info": { "name": "Delete an activity", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aloft.ai/v1/account/:account_id/:resource/:id/activity/:activity_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "resource", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "activity_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an activity" } ] } ], "bundled": true }