{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Bubbles API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bubbles", "type": "folder" }, "items": [ { "info": { "name": "Get Bubbles In Task", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/projects/:project_id/tasks/:task_id/bubbles", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "task_id", "value": "", "type": "path" } ] }, "docs": "Retrieve all bubbles (comments, photos, video, links, attachments) associated with a task." }, { "info": { "name": "Create Bubble In Task", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.super.fieldwire.com/projects/:project_id/tasks/:task_id/bubbles", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new bubble in a task. Bubble kinds include `comment`, `photo`,\n`video`, `link`, `pdf`, and `attachment` (S3-uploaded file).\n" } ] } ], "bundled": true }