{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Form Inputs API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Form Inputs", "type": "folder" }, "items": [ { "info": { "name": "Get Form Template Section Inputs", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/account/form_templates/:form_template_id/sections/:section_id/inputs", "params": [ { "name": "form_template_id", "value": "", "type": "path" }, { "name": "section_id", "value": "", "type": "path" } ] }, "docs": "Get Form Template Section Inputs" }, { "info": { "name": "Create Form Template Section Input", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.super.fieldwire.com/account/form_templates/:form_template_id/sections/:section_id/inputs", "params": [ { "name": "form_template_id", "value": "", "type": "path" }, { "name": "section_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Form Template Section Input" } ] } ], "bundled": true }