{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Task Check Items API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Task Check Items", "type": "folder" }, "items": [ { "info": { "name": "Get Check Items In Task", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/projects/:project_id/tasks/:task_id/check_items", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "task_id", "value": "", "type": "path" } ] }, "docs": "Get Check Items In Task" }, { "info": { "name": "Create Check Item In Task", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.super.fieldwire.com/projects/:project_id/tasks/:task_id/check_items", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "task_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Check Item In Task" } ] } ], "bundled": true }